Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kilian/trimage
A cross-platform tool for optimizing PNG and JPG files.
https://github.com/kilian/trimage
Last synced: 15 days ago
JSON representation
A cross-platform tool for optimizing PNG and JPG files.
- Host: GitHub
- URL: https://github.com/kilian/trimage
- Owner: Kilian
- License: mit
- Created: 2010-03-22T20:42:24.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T13:41:44.000Z (over 3 years ago)
- Last Synced: 2024-07-31T04:57:38.137Z (4 months ago)
- Language: Python
- Homepage: http://trimage.org
- Size: 365 KB
- Stars: 709
- Watchers: 22
- Forks: 57
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
### Made by [@kilianvalkhof](https://twitter.com/kilianvalkhof)
#### Other projects:
- 💻 [Polypane](https://polypane.app) - Develop responsive websites and apps twice as fast on multiple screens at once
- 🖌️ [Superposition](https://superposition.design) - Kickstart your design system by extracting design tokens from your website
- 🗒️ [FromScratch](https://fromscratch.rocks) - 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](http://advancemame.sourceforge.net/comp-readme.html), [jpegoptim](http://www.kokkonen.net/tjko/projects.html), [optipng](http://optipng.sourceforge.net) and [pngcrush](https://pmt.sourceforge.io/pngcrush) 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.## Installation instructions
Visit [Trimage.org](http://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