Fl_Image | +----Fl_Shared_Image
#include <FL/Fl_Shared_Image.H>
The Fl_Shared_Image class supports caching, loading, and drawing of image files.
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.