22#ifndef Fl_JPEG_Image_H
23#define Fl_JPEG_Image_H
Fl_Image, Fl_RGB_Image classes.
void data(const char *const *p, int c)
Sets the current array pointer and count of pointers in the array.
Definition Fl_Image.H:100
Fl_JPEG_Image(const char *filename)
The constructor loads the JPEG image from the given jpeg filename.
Definition Fl_JPEG_Image.cxx:99
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:273