#include <JPEGFilter.h>
Inherits ImageFilter.
Inheritance diagram for JPEGFilter:


Public Methods | |
| Image * | read (const string &fileName) |
| Reads and returns a JPEG image. More... | |
| void | write (const string &fileName, Image &image) |
A JPEG Filter is used to read and write JPEG images. It is an abstraction from the libjpeg library.
|
|
Reads and returns a JPEG image.
Implements ImageFilter. |