A cross-platform tool for optimizing PNG and JPG files.
Find a file
Linux 4255dd7b62 * Change jpegoptim to guetzli
* guetzli compresses JPGs MUCH better than jpegoptim, the output quality is near to the original image
* guetzli needs a lot of CPU and RAM resources to work, but it is compensated with much better reduce of the size of the image
* guetzli's git is here: https://github.com/google/guetzli; it is already in Debian's repos: https://packages.debian.org/search?keywords=guetzli&searchon=names&suite=all&section=all, it has also already been packaged for ALT Linux and Slackware: https://pkgs.org/download/guetzli
* Added Russian translations into the .desktop file
2017-07-09 12:48:01 +03:00
debian * Change jpegoptim to guetzli 2017-07-09 12:48:01 +03:00
desktop * Change jpegoptim to guetzli 2017-07-09 12:48:01 +03: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 update to version 1.0.5, clean up code slightly, update website and requirements 2010-09-26 15:26:11 +02:00
src/trimage * Change jpegoptim to guetzli 2017-07-09 12:48:01 +03:00
website Added note that your EXIF will go away if you use Trimage. 2013-01-26 15:35:56 +00: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 update version to 1.0.3, update site and changelog 2010-06-12 14:10:34 +02:00
setup.py * Change jpegoptim to guetzli 2017-07-09 12:48:01 +03:00
trimage * Change jpegoptim to guetzli 2017-07-09 12:48:01 +03: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 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":http://trimage.org for more information