fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

Fl_GIF_Image Class Reference

#include <Fl_GIF_Image.H>

Inheritance diagram for Fl_GIF_Image:
Collaboration diagram for Fl_GIF_Image:

List of all members.

Public Member Functions

 Fl_GIF_Image (const char *filename)

Detailed Description

The Fl_GIF_Image class supports loading, caching, and drawing of Compuserve GIFSM images. The class loads the first image and supports transparency.

Definition at line 40 of file Fl_GIF_Image.H.


Constructor & Destructor Documentation

Fl_GIF_Image::Fl_GIF_Image ( const char *  infname)

The constructor loads the named GIF image.

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

Definition at line 87 of file Fl_GIF_Image.cxx.

References Fl_Pixmap::alloc_data, b, Fl_Image::d(), Fl_Image::data(), Fl::error, fl_fopen(), GETSHORT, Fl_Image::h(), i, length, NEXTBYTE, NULL, Fl_Image::w(), and Fl::warning.


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