Available C++ Libraries FAQ

Libraries available to download (M-P)

png++ - a C++ wrapper for libpng

PNG++ aims to provide simple yet powerful C++ interface to libpng, the PNG reference implementation library. PNG++ is free software distributed under a modified variant of BSD license. 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: png::image< png::rgb_pixel > image("input.png"); image.write("output.png");

Operating Systems

  • Platform-independent
  • POSIX

Compilers

  • GCC
  • Any standard C++ compiler

Added : 2008-11-06 Amended: 2008-11-06 Licensing : BSD style

    png++ - a C++ wrapper for libpng
  • Project page
  • Submitted by:Alexander Shulgin
Add a comment
Our ads
Buy gold
Beat the credit crunch - buy gold online - quickly, safely and at low prices
www.bullionvault.com
Google
Trumphurst Home Page
C++ Usenet Newsgroup
A Web form for submissions to this list
Contact the author for permission to distribute

Copyright (c) 2024 Nikki Locke, Trumphurst Ltd.
Permission is granted to distribute over the Internet without charge. The author's permission is required (and usually given) to distribute in any other way, including on CD.