File: control

package info (click to toggle)
optipng 0.7.8%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,056 kB
  • sloc: ansic: 9,141; makefile: 537; sh: 420
file content (27 lines) | stat: -rw-r--r-- 1,062 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
26
27
Source: optipng
Section: graphics
Priority: optional
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Uploaders:
    Emmanuel Bouthenot <kolter@debian.org>
Build-Depends:
    debhelper-compat (= 13),
    zlib1g-dev,
    libpng-dev,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://optipng.sourceforge.net/
Vcs-Git: https://salsa.debian.org/debian-phototools-team/optipng.git
Vcs-Browser: https://salsa.debian.org/debian-phototools-team/optipng

Package: optipng
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: advanced PNG (Portable Network Graphics) optimizer
 OptiPNG is a PNG optimizer that recompresses the image files to a smaller
 size. It losslessly reduces the bit depth, the color type and the color
 palette of the image, runs a suite of compression methods and strategies,
 and selects the compression parameters that yield the smallest output file.
 It also recognizes several external file formats like BMP, GIF, TIFF and
 PNM (PBM, PGM, PPM).