File: control

package info (click to toggle)
guetzli 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 636 kB
  • ctags: 730
  • sloc: cpp: 7,328; makefile: 46; python: 41
file content (25 lines) | stat: -rw-r--r-- 987 bytes parent folder | download
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
Source: guetzli
Section: graphics
Priority: optional
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 10),
               asciidoc-base,
               libpng-dev,
               pkg-config,
               xmlto,
Standards-Version: 3.9.8
Homepage: https://github.com/google/guetzli
Vcs-Git: https://anonscm.debian.org/git/pkg-phototools/guetzli.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-phototools/guetzli.git

Package: guetzli
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: perceptual JPEG encoder
 Guetzli is a JPEG encoder that aims for excellent compression density
 at high visual quality. Guetzli-generated images are typically 20-30%
 smaller than images of equivalent quality generated by libjpeg. Guetzli
 generates only sequential (nonprogressive) JPEGs due to faster
 decompression speeds they offer.