|
Classes |
class | PixelPtr |
| Pointer to a pixel. More...
|
class | ImageBase |
Typedefs |
typedef PixelPtr< unsigned
char > | BytePixelPtr |
typedef PixelPtr< float > | FloatPixelPtr |
typedef ImageBase< unsigned
char > | ByteImage |
typedef ImageBase< float > | FloatImage |
Enumerations |
enum | ImageFormat {
UNKNOWN = 0,
PGM = 1,
PPM = 2,
BMP = 3,
TGA = 4,
PNG = 5,
JPG = 6,
TIF = 7,
HDR = 10,
FLT = 11,
PFM = 12,
CRW = 13,
UVE = 14
} |
Functions |
ImageFormat | GetExtension (const char *fname) |
unsigned char * | RemoveAlpha (unsigned char *data, int w, int h) |
unsigned char * | AddAlpha (unsigned char *data, int w, int h) |