#include <JPEGSource.h>
Inheritance diagram for JPEGSource::

Public Methods | |
| JPEGSource (char *jpeg_name) | |
| Create an Image source from a file. More... | |
| virtual ImageSource& | operator>> (ImageRGB &) |
| Extract colour Image from jpeg source. More... | |
| virtual ImageSource& | operator>> (ImageGrey &) |
| Extract a greyscale Image from jpeg source. More... | |
| virtual ImageSource& | operator>> (Image &) |
| Extract a Image from jpeg source. More... | |
| void | get_size (unsigned int &w, unsigned int &h) |
| int | get_height () |
Each image that is extracted from the JPEGSource class is a copy of the original jpeg image.
Definition at line 43 of file JPEGSource.h.
|
|
Create an Image source from a file.
Definition at line 24 of file JPEGSource.cpp. |
|
|
Extract a Image from jpeg source. The Image could be colour or greyscale depending on the default palette type for this class.
Reimplemented from ImageSource. Definition at line 102 of file JPEGSource.cpp. |
|
|
Extract a greyscale Image from jpeg source.
Reimplemented from ImageSource. Definition at line 72 of file JPEGSource.cpp. |
|
|
Extract colour Image from jpeg source.
Reimplemented from ImageSource. Definition at line 44 of file JPEGSource.cpp. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001