1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: apngdis
Section: graphics
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9), libz-dev
Standards-Version: 3.9.8
Homepage: https://sourceforge.net/projects/apngdis
Vcs-Git: https://anonscm.debian.org/git/collab-maint/apngdis.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/apngdis.git/
Package: apngdis
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: apng2gif
Description: deconstruct APNG file into a sequence of PNG frames
Extract individual PNG files from animated PNG.
.
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.
|