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 28
|
Source: png++
Priority: optional
Section: libs
Build-Depends: debhelper-compat (= 12),
libpng-dev,
doxygen,
imagemagick,
Homepage: http://savannah.nongnu.org/projects/pngpp/
Standards-Version: 4.4.1
Maintainer: Jonas Smedegaard <dr@jones.dk>
Uploaders: Tobias Frost <tobi@debian.org>
Vcs-Git: https://salsa.debian.org/debian/pngplusplus.git
Vcs-Browser: https://salsa.debian.org/debian/pngplusplus
Rules-Requires-Root: no
Package: libpng++-dev
Section: libdevel
Architecture: all
Depends: ${misc:Depends},
libpng-dev
Description: C++ interface to the PNG (Portable Network Graphics) library
PNG++ aims to provide simple yet powerful C++ interface to libpng, the
Portable Network Graphics (PNG) reference implementation library.
.
Using raw libpng in C++ may impose serious challenge since lots of
precautions must be taken to handle initialization/deinitialization of
control structures as well as handling errors correctly. With png++
you can read or write PNG images just in a single line of C++ code.
|