A cross-platform tool for optimizing PNG and JPG files.
Find a file
Kilian Valkhof 0f5092e10b Merge branch 'master' of git://github.com/kalmi/Trimage into parallel
Conflicts:
	src/trimage/trimage.py
2010-04-02 12:57:59 +02:00
debian fix file dialog error with wrong type, update version 2010-03-29 13:09:24 +02:00
desktop massive overhaul of directory to make it work nicer with .deb generation 2010-03-23 20:48:17 +01:00
resources changed hint text for recompress button to indicate that it recompresses all 2010-04-02 07:24:00 +02:00
src/trimage Merge branch 'master' of git://github.com/kalmi/Trimage into parallel 2010-04-02 12:57:59 +02:00
website Merge branch 'master' of git://github.com/kalmi/Trimage into parallel 2010-04-02 12:57:59 +02:00
.gitignore work in progress of creating an installable version 2010-03-23 13:09:52 +01:00
COPYING massive overhaul of directory to make it work nicer with .deb generation 2010-03-23 20:48:17 +01:00
MANIFEST.in massive overhaul of directory to make it work nicer with .deb generation 2010-03-23 20:48:17 +01:00
README massive overhaul of directory to make it work nicer with .deb generation 2010-03-23 20:48:17 +01:00
setup.py fix file dialog error with wrong type, update version 2010-03-29 13:09:24 +02:00
trimage license 2010-04-02 07:27:16 +02:00

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