All Projects → mkeeter → carvr

mkeeter / carvr

Licence: other
Image resizing app that uses seam carving

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

carvr

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

Demo

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].