v0.1.0
Command-line application to quickly make small, simple edits to image files. Utilizes the SFML Graphics library.
Supported transformations:
- Precision cropping
- Division into multiple equally-sized images
- Lossy compression
- Rotation
-
If you use Linux, install SFML's dependencies using your system package manager. On Ubuntu and other Debian-based distributions you can use the following commands:
sudo apt update sudo apt install \ libxrandr-dev \ libxcursor-dev \ libudev-dev \ libfreetype-dev \ libopenal-dev \ libflac-dev \ libvorbis-dev \ libgl1-mesa-dev \ libegl1-mesa-dev -
Clone project into desired local directory
-
Build cmake For Linux & macOS:
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release cmake --build buildFor Windows:
cmake -S . -B build cmake --build build --config Release -
Run the BananaSplit executable found in the build/bin folder
-
Enjoy!