A cross-platform tool for optimizing PNG and JPG files.
Find a file
2010-03-23 17:46:04 +01:00
hurry add hurry.filesize, add gitignore to ignore pyc files 2010-02-02 15:02:20 +01:00
pixmaps more work in progress on installable trimage 2010-03-23 14:00:09 +01:00
resources work in progress of creating an installable version 2010-03-23 13:09:52 +01:00
runner show images as well 2010-03-23 15:57:54 +01:00
website work in progress 2010-03-23 17:45:51 +01:00
.gitignore work in progress of creating an installable version 2010-03-23 13:09:52 +01:00
__init__.py more setup tweaks 2010-03-23 14:45:24 +01:00
MANIFEST.in work in progress 2010-03-23 17:45:51 +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 add cfg file and desktop file 2010-03-23 17:46:04 +01:00
setup.py work in progress 2010-03-23 17:45:51 +01:00
trimage.desktop add cfg file and desktop file 2010-03-23 17:46:04 +01:00
trimage.py show images as well 2010-03-23 15:57:54 +01:00
ui.py show images as well 2010-03-23 15:57:54 +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