A cross-platform tool for optimizing PNG and JPG files.
Find a file
2021-02-22 00:09:33 +04:00
bin Simplify the structure 2019-02-21 15:34:59 +01:00
debian further refinement/updates of debian folder 2019-03-12 12:36:32 +01:00
desktop Fix trimage.desktop grammar 2019-12-03 17:00:44 -05:00
doc update version number to 1.0.6 in various places 2019-03-12 12:15:49 +01:00
resources Move todo in root for more visibility and convert it to markdown 2017-11-18 15:25:11 +01:00
trimage Tray icon fixes 2021-02-22 00:09:33 +04:00
website add macos instructions to website 2020-04-23 17:44:12 +02: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.md 2019-12-20 16:51:10 +01:00
setup.py update version number to 1.0.6 in various places 2019-03-12 12:15:49 +01:00
TODO.md Redesign todo 2017-11-26 11:53:11 +01:00

Made by @kilianvalkhof

Other projects:

  • 💻 Polypane - Develop responsive websites and apps twice as fast on multiple screens at once
  • 🖌️ Superposition - Kickstart your design system by extracting design tokens from your website
  • 🗒️ FromScratch - A smart but simple autosaving scratchpad

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