ImageEditor

This image editor works by cropping the image based on rows and columns, you can then combine diffrent pieces to make a bigger one and finally you can save the single pieces.

Dependencies

This software uses:

Quick Start

This project uses premake5 as the build system and this ResourceManager to create Global variables

To build you should first edit the premake.lua file to have the correct path for the ResourceManager executable and the difu library. Then run the following commands:

$ premake5 gmake2
$ make
$ ./bin/ImageEditor/Debug/ImageEditor

And you're ready to go. For linux it should work fine, for other operating system you just need to change the dependencies to your os specific lib file.

TODO-list

  • ??