#include <algorithm>
#include <ctype.h>
#include "gil.h"
#include "io/pngio.h"
#include "io/ppm.h"
#include "io/tga.h"
#include "io/bmp.h"
#include "io/jpg.h"
#include "io/tif.h"
#include "io/hdrio.h"
#include "io/pfm.h"
#include "io/crw.h"
#include "io/uve.h"
Namespaces | |
namespace | Gil |
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) |
|
|
|
|
|
|
|
|