I am trying to remove pixel from the image in Julia.
begin function shrink_image_n(img,seam) new_img = [] for i = 1:size(img)[1]