套件: 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.