#include <AnImageReader.hpp>
Purpose: Define a java style image reader.
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2002, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
AnImageReader () | |
~AnImageReader () | |
AnImage * | readImage (const char *filename) |
AnImage * | readImage (const char *filename, int reductionScale) |
bool | readParams (const char *filename, int *width, int *height) |
bool | readParams (const char *filename, int *width, int *height, int *channels) |
bool | readParams (const char *filename, int *width, int *height, int *channels, int *xResolution, int *yResolution) |
void | output () |
Protected Methods | |
AnImage * | readByteImage (const char *filename) |
AnImage * | readShortImage (const char *filename) |
AnImage * | readUShortImage (const char *filename) |
AnImage * | readIntegerImage (const char *filename) |
AnImage * | readRGBImage (const char *filename) |
AnImage * | readByteImage (const char *filename, int reductionScale) |
AnImage * | readShortImage (const char *filename, int reductionScale) |
AnImage * | readUShortImage (const char *filename, int reductionScale) |
AnImage * | readIntegerImage (const char *filename, int reductionScale) |
AnImage * | readRGBImage (const char *filename, int reductionScale) |
bool | isJpeg (const char *filename) |
bool | isTiff (const char *filename) |
bool | isBmp (const char *filename) |
bool | isPgm (const char *filename) |
bool | isPpm (const char *filename) |
bool | isPnm (const char *filename) |
bool | isPam (const char *filename) |
bool | isTga (const char *filename) |
bool | isPng (const char *filename) |