#include <AnImageWriter.hpp>
Purpose: Define a java style image writer.
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2002, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
AnImageWriter () | |
~AnImageWriter () | |
void | writeImage (const char *filename, AnImage *image) |
void | output () |
Protected Methods | |
void | writeByteImage (const char *filename, AnImage *image) |
end color 8/////////////////////////////////////////////////////////////////////////////// | |
void | writeShortImage (const char *filename, AnImage *image) |
void | writeUShortImage (const char *filename, AnImage *image) |
void | writeIntegerImage (const char *filename, AnImage *image) |
void | writeRGBImage (const char *filename, AnImage *image) |
bool | isJpeg (const char *filename) |
bool | isBmp (const char *filename) |
bool | isTiff (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) |