A cross-platform tool for optimizing PNG and JPG files.
Find a file
2010-03-23 13:09:52 +01:00
hurry add hurry.filesize, add gitignore to ignore pyc files 2010-02-02 15:02:20 +01:00
pixmaps work in progress of creating an installable version 2010-03-23 13:09:52 +01:00
resources work in progress of creating an installable version 2010-03-23 13:09:52 +01:00
website add readme.textile for github, update website as much as possible 2010-03-22 22:07:35 +01:00
.gitignore work in progress of creating an installable version 2010-03-23 13:09:52 +01:00
__init__.py work in progress of creating an installable version 2010-03-23 13:09:52 +01:00
MANIFEST.in work in progress of creating an installable version 2010-03-23 13:09:52 +01:00
MIT-LICENSE add license, clean up todo 2010-02-03 15:37:00 +01:00
README.textile add readme.textile for github, update website as much as possible 2010-03-22 22:07:35 +01:00
setup.cfg work in progress of creating an installable version 2010-03-23 13:09:52 +01:00
setup.py work in progress of creating an installable version 2010-03-23 13:09:52 +01:00
trimage work in progress of creating an installable version 2010-03-23 13:09:52 +01:00
ui.py work in progress of creating an installable version 2010-03-23 13:09:52 +01:00

h2. Trimage image compressor
A cross-platform tool for optimizing PNG and JPG files.

Trimage is a cross-platform GUI and command-line interface to optimize image files via "optipng":http://optipng.sourceforge.net/, "advpng":http://advancemame.sourceforge.net/comp-readme.html and "jpegoptim":http://www.kokkonen.net/tjko/projects.html, depending on the filetype (currently, PNG and JPG files are supported). It was inspired by "imageoptim":http://imageoptim.pornel.net/. All image files are losslessy compressed on the highest available compression levels. Trimage gives you various input functions to fit your own workflow: A regular file dialog, dragging and dropping and various command line options.

Visit "Trimage.org":http://trimage.org for more information