Content Aware Image Resizing with JavaScript
Das ist verdammt cool: A JavaScript implementation of the Content Aware Image Resizing (Liquid Rescale) algorithm. Eine Demonstration gibt es für Firefox 3.5 User hier.
The process involves 4 iterative steps, starting with a source image.
1 - It Generates a grayscale image from the source
2 - It generates an edge detection and an energy map from the grayscale image
3 - It generates a seam of the lowest energy
4 - It slices the seam from the source

