You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resizes an image using a content aware technique called "seam carving". Rather than traditional image cropping, seam carving analyzes images for vertical and/or horizontal "seams", i.e paths of pixels that do not hold te main content of the image, and deletes those. This results in a resized image that preserves the image's main content.