Fl_Image | +----Fl_Shared_Image
#include <FL/Fl_Shared_Image.H>
The Fl_Shared_Image class supports caching, loading,
and drawing of image files. Most applications will also want to
link against the fltk_images
library and call the
fl_register_images()
function to support standard image formats such as BMP, GIF, JPEG, and PNG.
The constructors create a new shared image record in the image cache.
The constructors are protected and cannot be used directly from a program. Use the get() method instead.
The destructor free all memory and server resources that are used by the image. The destructor is protected and cannot be used directly from a program. Use the release() method instead.