Content-aware resized image. This is the result of resizing the image using seam carving.
Loading...
This is a demo of content-aware image resizing, also known as seam carving. Press the Play button below to start the demo. To learn more about seam carving, see its Wikipedia entry.
Content-aware resized image. This is the result of resizing the image using seam carving.
Original image. This is the original image, shown for comparison purposes.
Energy. This is a measure of pixel importance; a pixel’s importance is determined by the contrast with its neighboring pixels. The white seam is a vertical path that traverses the least important pixels. On each iteration of the algorithm, this seam is removed.
Naively-resized image. This is the result of the browser resizing the image without regard to the image content. This is shown for comparison purposes.