A cross-platform tool for optimizing PNG and JPG files.
Find a file
2019-02-21 16:34:07 +01:00
bin Simplify the structure 2019-02-21 15:34:59 +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
trimage Simpler check of dependencies 2019-02-21 16:34:07 +01:00
website Added note that your EXIF will go away if you use Trimage. 2013-01-26 15:35:56 +00:00
.gitignore Update gitignore 2019-02-20 16:11:49 +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 Simplify the structure 2019-02-21 15:34:59 +01:00
README.md Update README 2019-02-21 15:26:20 +01:00
setup.py Simplify the structure 2019-02-21 15:34:59 +01:00
TODO.md Redesign todo 2017-11-26 11:53:11 +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 advpng, jpegoptim, optipng and pngcrush 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.

Installation instructions

Visit Trimage.org to install Trimage as a package.

Building instructions

Prerequisites

  • PyQt5
  • advpng
  • jpegoptim
  • optipng
  • pngcrush

Build from source

Build and install by running:

python setup.py build
sudo python setup.py install