carvr

Image resizing app that uses seam carving

Stars
17

carvr

carvr implements image resizing through seam carving. It is optimized for speed and has a very minimal interface.

Dependancies

You can install all of the dependancies through Homebrew: brew install opencv wxmac cmake imagemagick libicns

  • opencv and wxmac are used for image processing and UI respectively
  • cmake is used to generate a Makefile
  • imagemagick and libicns are used to generate the application icon (don't judge me)

Building

Type make in the root directory (there's a top-level Makefile that delegates all of the hard work to CMake).

Download

Alternatively, you can download a prebuilt .app.

License

This work may be reproduced, modified, distributed, performed, and displayed for any purpose. Copyright is retained and must be preserved. The work is provided as is; no warranty is provided, and users accept all liability.

Copyright

(c) 2013 Matt Keeter