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

Public Methods | |
| ImageMagicKSource (char *filename, char *prog_path) | |
| Constructor: Opens file + reads data. | |
| ImageMagicKSource (char *filename) | |
| Constructor: Opens file + reads data. | |
| ~ImageMagicKSource () | |
| Destructor, frees memory. | |
| bool | InitOK () |
| void | get_size (unsigned int &w, unsigned int &h) |
| Gets width + height. | |
| virtual ImageSource& | operator>> (Image &) |
| Writes data to image. | |
| virtual ImageSource& | operator>> (ImageRGB &) |
| Writes rgb data to image. | |
| virtual ImageSource& | operator>> (ImageGrey &) |
| Writes greyscale data to image. | |
This includes PNG, GIF, JPEG, TIFF etc etc etc.
Each image that is extracted from the ImageMagicK class is a copy of the original image.
Definition at line 28 of file ImageMagicKSource.h.
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001