1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: trimage
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Uploaders: Kilian Valkhof <kilian@kilianvalkhof.com>
Section: graphics
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
python3,
python3-pyqt5
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/debian-phototools-team/trimage
Vcs-Git: https://salsa.debian.org/debian-phototools-team/trimage.git
Homepage: https://trimage.org
Package: trimage
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-pyqt5,
optipng,
advancecomp,
jpegoptim,
pngcrush
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.
|