mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
* Change jpegoptim to guetzli
* guetzli compresses JPGs MUCH better than jpegoptim, the output quality is near to the original image * guetzli needs a lot of CPU and RAM resources to work, but it is compensated with much better reduce of the size of the image * guetzli's git is here: https://github.com/google/guetzli; it is already in Debian's repos: https://packages.debian.org/search?keywords=guetzli&searchon=names&suite=all§ion=all, it has also already been packaged for ALT Linux and Slackware: https://pkgs.org/download/guetzli * Added Russian translations into the .desktop file
This commit is contained in:
parent
e47888e067
commit
4255dd7b62
5 changed files with 26 additions and 11 deletions
4
debian/control
vendored
4
debian/control
vendored
|
|
@ -9,11 +9,11 @@ Homepage: http://trimage.org
|
|||
|
||||
Package: trimage
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${python:Depends}, python-qt4 (>=4.4), optipng (>=0.6.2.1), advancecomp (>=1.15), jpegoptim (>=1.2.2), pngcrush (>=1.6.7)
|
||||
Depends: ${misc:Depends}, ${python:Depends}, python-qt4 (>=4.4), optipng (>=0.6.2.1), advancecomp (>=1.15), guetzli, pngcrush (>=1.6.7)
|
||||
XB-Python-Version: ${python:Versions}
|
||||
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
|
||||
files via optipng, advpng, pngcrush and guetzli, 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue