A cross-platform tool for optimizing PNG and JPG files.
Find a file
Kálmán Tarnay 1862f6f019 - use imghdr module to determine filetype instead of extension
- (The imghdr module is in the standard library,
     so this creates no extra dependency.)
- store filenames in unicode internally
  - got rid of QString and QStringList
  - got rid of unicodize
- fix crash if directory didn't end with slash
- added time.sleep(0.1) before quit inside Worker.run
  to avoid a segfault when no images were processed
  (For example an empty directory was passed to trimage)
  (This segfault was present even before I touched anything)
  (A better "fix" would be not even initializing the GUI when
   there is no need)
2010-03-29 04:11:05 +02:00
debian fix handling of unicode characters in filenames, bump version to 1.0.0b2 2010-03-28 16:11:50 +02:00
desktop massive overhaul of directory to make it work nicer with .deb generation 2010-03-23 20:48:17 +01:00
resources massive overhaul of directory to make it work nicer with .deb generation 2010-03-23 20:48:17 +01:00
src/trimage - use imghdr module to determine filetype instead of extension 2010-03-29 04:11:05 +02:00
website fix handling of unicode characters in filenames, bump version to 1.0.0b2 2010-03-28 16:11:50 +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 handling of unicode characters in filenames, bump version to 1.0.0b2 2010-03-28 16:11:50 +02:00
trimage massive overhaul of directory to make it work nicer with .deb generation 2010-03-23 20:48:17 +01: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