In file include/csgfxldr/jpgimage.h:

class ImageJpgFile : public ImageFile

An ImageFile subclass for reading JPG files

Inheritance:


Public Methods

virtual ~ImageJpgFile()

Private Fields

friend class ImageFile

Private Methods

ImageJpgFile(UByte* buf, long size)
Read the JPG file from the buffer.

Inherited from ImageFile:

Public Methods

ImageFile* blend(Filter3x3* filt1)
int get_height()
const RGBPixel* get_image()
long get_size()
int get_status()
virtual const char* get_status_mesg()
int get_width()
ImageFile* mipmap(int steps, Filter3x3* filt1, Filter5x5* filt2)
ImageFile* mipmap(int steps)

Protected Fields

int status

Protected Methods

RGBPixel* get_buffer()
void set_dimensions(int w, int h)

Private Fields

int height
RGBPixel* image
int width

Documentation

An ImageFile subclass for reading JPG files.

This implementation needs libjpeg to read JFIF files.

friend class ImageFile

ImageJpgFile(UByte* buf, long size)
Read the JPG file from the buffer.

virtual ~ImageJpgFile()


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de