开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > png++ |
png++
|
1 | 1304 | 45 |
贡献者 | 讨论 | 代码提交 |
概述
Png++ aims to provide a simple yet powerful C++ interface to libpng, the PNG reference implementation library.
Using raw libpng in C++ may impose a 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.
创建时间:2014-05-06 16:54