Fl_PNG_Image Class Reference

The Fl_PNG_Image class supports loading, caching, and drawing of Portable Network Graphics (PNG) image files. More...

#include <Fl_PNG_Image.H>

Inheritance diagram for Fl_PNG_Image:

Fl_RGB_Image Fl_Image

List of all members.

Public Member Functions

 Fl_PNG_Image (const char *filename)
 The constructor loads the named PNG image from the given png filename.


Detailed Description

The Fl_PNG_Image class supports loading, caching, and drawing of Portable Network Graphics (PNG) image files.

The class loads colormapped and full-color images and handles color- and alpha-based transparency.


Constructor & Destructor Documentation

Fl_PNG_Image::Fl_PNG_Image ( const char *  png  ) 

The constructor loads the named PNG image from the given png filename.

The destructor free all memory and server resources that are used by the image.


The documentation for this class was generated from the following files:

FLTK © 1998-2010 by Bill Spitzak and others.    Permission is granted to reproduce this manual or any portion for any purpose, provided this copyright and permission notice are preserved.