Go to file
Matteo Paonessa c1c47d4e19 Draft 2016-12-15 21:23:35 +01:00
src Draft 2016-12-15 21:23:35 +01:00
.gitignore Draft 2016-12-15 21:23:35 +01:00
AUTHORS Changes package structure to reflect the common one 2015-05-14 17:37:36 +02:00
CMakeLists.txt Draft 2016-12-15 21:23:35 +01:00
COPYING Changes package structure to reflect the common one 2015-05-14 17:37:36 +02:00
INSTALL Updated INSTALL again 2016-09-20 16:14:24 +02:00
README.md Decentralized error handling 2016-09-20 10:51:17 +02:00

README.md

Caesium Command Line Tools


REQUIREMENTS

TESTED PLATFORMS
  • Mac OS X El Capitan (v10.11.4)
  • Arch Linux

INSTALLATION

See INSTALL for more details.


USAGE EXAMPLES

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

$ caesiumclt -l -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 -l -e -o ~/output/ ~/image.jpg

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

$ caesiumclt -l -R -o ~/output/ ~/Pictures

TODO
  • Code cleaning
  • Keep folder structure

KNOWN ISSUES
  • It does not work on Windows unless you port getopt to it

CHANGELOG
  • 0.9.1-beta - Initial development stage

Check the Commits for a detailed list of changes.


RESOURCES