|
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) ![]() |
#include <Fl_GIF_Image.H>


Public Member Functions | |
| Fl_GIF_Image (const char *filename) | |
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.
| 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.