Go to file
Matteo Paonessa 854859bb8a Updated to new libcaesium 2017-03-07 10:30:48 +01:00
src Updated to new libcaesium 2017-03-07 10:30:48 +01:00
.gitignore Args parsing 2016-12-17 00:46:46 +01:00
AUTHORS Changes package structure to reflect the common one 2015-05-14 17:37:36 +02:00
CMakeLists.txt Updated to new libcaesium 2017-03-07 10:30:48 +01:00
COPYING Changes package structure to reflect the common one 2015-05-14 17:37:36 +02:00
INSTALL Updated to new libcaesium 2017-03-07 10:30:48 +01:00
README.md Updated to new libcaesium 2017-03-07 10:30:48 +01:00

README.md

Caesium CommandLineTools


REQUIREMENTS
Included libraries

TESTED PLATFORMS
  • Mac OS X Sierra (v10.12.1)
  • Arch Linux
  • Windows 10

INSTALLATION

See INSTALL for more details.


USAGE EXAMPLES

Losslessly compress image1.jpg, located in the home directory, into a folder called output

$ caesiumclt -q 0 -o ~/output/ ~/image.jpg

Compress image1.jpg, located in the home directory, into a folder called output with lossy compression and quality set to 80

$ caesiumclt -q 80 -o ~/output/ ~/image.jpg

Losslessly compress image1.jpg, located in the home directory, into a folder called output and keeps EXIF metadata

$ caesiumclt -q 0 -e -o ~/output/ ~/image.jpg

Losslessly compress Pictures folder and subfolders, located in the home directory, into a folder called output

$ caesiumclt -q 0 -R -o ~/output/ ~/Pictures

TODO
  • Code cleaning
  • Keep folder structure

CHANGELOG
  • 0.10.0-beta - Switched to cmake build system and libcaesium
  • 0.9.1-beta - Initial development stage

Check the Commits for a detailed list of changes.


RESOURCES