软件包: libpng++-dev (0.2.10-1)
libpng++-dev 的相关链接
Trisquel 的资源:
下载源码包 png++:
- [png++_0.2.10-1.dsc]
- [png++_0.2.10.orig.tar.gz]
- [png++_0.2.10.orig.tar.gz.asc]
- [png++_0.2.10-1.debian.tar.xz]
维护者:
Original Maintainers:
- Jonas Smedegaard
- Tobias Frost
外部的资源:
- 主页 [savannah.nongnu.org]
相似软件包:
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.