CAIR - a content aware image resizing program
CAIR is a program that resizes images by selecting the pixels which will be removed/replicated using a process based on seam-carving. This means that the program will try to find the path of least resistance for each row/column of pixels. The result is a so called seam (a line of connected pixels that are as similar as possible). These seams are then removed/duplicated until the image has the desired size. More information can be found here: http://en.wikipedia.org/wiki/Seam_carving
Usage:
The program is a simple GUI program which is mostly operated through the keyboard. Some basic help can be accessed through the program's menu bar.
Re: CAIR - a content aware image resizing program