File: control

package info (click to toggle)
apng2gif 1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,044 kB
  • sloc: ansic: 31,511; cpp: 1,195; sh: 251; makefile: 26
file content (22 lines) | stat: -rw-r--r-- 981 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: apng2gif
Section: graphics
Priority: optional
Maintainer: Jari Aalto <jari.aalto@cante.net>
Build-Depends: debhelper (>= 9), libz-dev, libpng-dev
Standards-Version: 3.9.8
Homepage: https://sourceforge.net/projects/apng2gif/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/apng2gif.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/apng2gif.git;a=summary

Package: apng2gif
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tool for converting APNG images to animated GIF format
 This package provides a command line tool for converting images from
 Animated PNG to animated GIF format.
 .
 The Animated Portable Network Graphics (APNG) file format is an
 extension to the Portable Network Graphics (PNG) specification. It
 allows for animated PNG files that work similarly to animated GIF
 files, while retaining backward compatibility with non-animated PNG
 files and adding support for 8-bit transparency and 24-bit images.