33 Fl_BMP_Image(
const char* imagename,
const unsigned char *
data,
const long length = -1);
37 void load_bmp_(
class Fl_Image_Reader &rdr,
int ico_height = 0,
int ico_width = 0);
Fl_Image, Fl_RGB_Image classes.
Fl_BMP_Image(const char *filename)
This constructor loads the named BMP image from the given BMP filename.
Definition Fl_BMP_Image.cxx:57
Definition Fl_Image_Reader.h:32
void data(const char *const *p, int c)
Sets the current data pointer and count of pointers in the array.
Definition Fl_Image.H:117
Fl_RGB_Image(const uchar *bits, int W, int H, int D=3, int LD=0)
The constructor creates a new image from the specified data.
Definition Fl_Image.cxx:374