Skip to content

Kilian/Trimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 10, 2021
ad74684 · Mar 10, 2021
Feb 21, 2019
Mar 12, 2019
Dec 3, 2019
Mar 12, 2019
Nov 18, 2017
Mar 10, 2021
Apr 23, 2020
Feb 20, 2019
Mar 23, 2010
Feb 21, 2019
Dec 20, 2019
Nov 26, 2017
Mar 12, 2019

Repository files navigation

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