A cross-platform tool for optimizing PNG and JPG files.
Find a file
Hugo Posnic 13f43bfa2f Simplify way to check if an image is valid
determinetype functions has some defaults
2019-02-20 15:27:45 +01:00
debian Update debian control file to Python 3 and Qt5 2017-11-25 17:08:49 +01:00
desktop update website 2011-05-26 13:31:31 +02:00
doc add doc page, add it's author to the index.html,. fixes issue #17 2011-11-06 18:05:23 +01:00
resources Move todo in root for more visibility and convert it to markdown 2017-11-18 15:25:11 +01:00
src/trimage Simplify way to check if an image is valid 2019-02-20 15:27:45 +01:00
website Added note that your EXIF will go away if you use Trimage. 2013-01-26 15:35:56 +00:00
.gitignore Revert to initial gitignore 2017-11-18 16:19:21 +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.md Readme file in markdown 2017-11-18 16:40:05 +01:00
setup.py setup.py: change requires from pyqt4 to pyqt5 2017-11-18 16:12:44 +01:00
TODO.md Redesign todo 2017-11-26 11:53:11 +01:00
trimage Ue Python3 shebangs 2018-04-09 19:17:39 +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, advpng and jpegoptim, depending on the filetype (currently, PNG and JPG files are supported). It was inspired by imageoptim.

All image files are losslessly 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 for more information.