mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
18 lines
895 B
Text
18 lines
895 B
Text
Source: trimage
|
|
Section: graphics
|
|
Priority: optional
|
|
Maintainer: Kilian Valkhof <kilian@kilianvalkhof.com>
|
|
Build-Depends: debhelper (>=7), python3
|
|
Standards-Version: 4.3.0
|
|
Homepage: http://trimage.org
|
|
|
|
Package: trimage
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, ${python:Depends}, python-pyqt5 (>=5.7), optipng (>=0.6.2.1), advancecomp (>=1.15), jpegoptim (>=1.2.2), pngcrush (>=1.6.7)
|
|
Description: GUI and command-line interface to optimize image files
|
|
Trimage is a cross-platform GUI and command-line interface to optimize image
|
|
files via optipng, advpng, pngcrush and jpegoptim, depending on the filetype
|
|
(currently, PNG and JPG files are supported). 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.
|