Go to file
Matteo Paonessa e5ff011958 Cleaning in the make process 2015-09-22 20:03:02 +02:00
src Cleaning in the make process 2015-09-22 20:03:02 +02:00
tools Support for standard install sequence 2015-05-15 18:38:26 +02:00
.gitignore Recursive folder support 2015-09-21 21:06:57 +02:00
AUTHORS Changes package structure to reflect the common one 2015-05-14 17:37:36 +02:00
COPYING Changes package structure to reflect the common one 2015-05-14 17:37:36 +02:00
INSTALL Recursive folder support 2015-09-21 21:06:57 +02:00
Makefile.am Support for standard install sequence 2015-05-15 18:38:26 +02:00
Makefile.in Support for standard install sequence 2015-05-15 18:38:26 +02:00
README.md The output uses human readable sizes 2015-09-22 16:03:17 +02:00
aclocal.m4 Support for standard install sequence 2015-05-15 18:38:26 +02:00
configure Fixed configure requirements to match new libs 2015-09-12 11:31:50 +02:00
configure.ac Fixed configure requirements to match new libs 2015-09-12 11:31:50 +02:00

README.md

Caesium Command Line Tools


REQUIREMENTS

TESTED PLATFORMS
  • MacOSX Yosemite (v. 10.10.5)
  • Arch Linux
  • Ubuntu 14.04.2

INSTALLATION

See INSTALL for more details.


USAGE EXAMPLES
$ caesiumclt -l -o ~/output/ ~/image.jpg

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

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

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

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

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

$ caesiumclt -q 80 -s 50% -o ~/output/ ~/image1.jpg

Compress with quality 80 and resize at 50% image1.jpg, located in the home directory, into a folder called output


TODO
  • Code cleaning
  • Folder structure support

CHANGELOG
  • 0.9.1-beta - Initial development stage

Check the Commits for a detailed list of changes.


RESOURCES