|
Wavelet and Image class library
1.3.2
|
#include <JpgReader.hh>


Public Member Functions | |
| JpgReader (char const *name, Image *images[]) | |
Protected Member Functions | |
| virtual int | readfmt (void) |
A JPG file reader. Only JPGs version 6 are supported.
BUGS: Only color depths of 1 and 3 are supported.
Definition at line 23 of file JpgReader.hh.
| JpgReader::JpgReader | ( | char const * | name, |
| Image * | images[] | ||
| ) | [inline] |
Constructor. Only calls the mother class' constructor to initialize the {ImageArray} reference.
| name | the file name |
| images | the array of greyscale images for the values |
Definition at line 33 of file JpgReader.hh.
| virtual int JpgReader::readfmt | ( | void | ) | [protected, virtual] |
Read the JPG file format. This does the actual work of reading and parsing the image file. It gets called by the {read ()} method.
Implements PixmapReader.
1.7.6.1