Image handling
Image handling
-
MIMAGE MAllocImage(int img_w, int img_h, int nplanes)
-
-
MIMAGE MReadBMPFile(char *fname)
-
-
MIMAGE MReadTIFFFile(char *fname)
-
-
MIMAGE MReadJPEGFile(char *fname)
-
-
MIMAGE MReadGIFFile(char *fname)
-
-
int MWriteTIFFFile(MIMAGE img, char *name, int compression)
-
-
int MWriteBMPFile(MIMAGE img, char *fname)
-
-
int MWriteJPEGFile(MIMAGE img, char *name, int quality)
-
-
void MFreeImage(MIMAGE data)
-
-
void MInstallImage(MIMAGE data)
-
-
void MUninstallImage(MIMAGE data)
-
-
void MImageGetInfo(MIMAGE pmi, int *pw, int *ph, int *pnplanes)
-
-
void MImageGetPixelRGB(MIMAGE pmi, int x, int y, int *pr, int *pg, int *pb)
-
-
void MImageSetPixelRGB(MIMAGE pmi, int x, int y, int r, int g, int b)
-
-
int MImageGetPixelIndex(MIMAGE pmi, int x, int y)
-
-
void MImageSetPixelIndex(MIMAGE pmi, int x, int y, int i)
-
-
void MImageGetCMapEntry(MIMAGE pmi, int i, int *pr, int *pg, int *pb)
-
-
void MImageSetCMapEntry(MIMAGE pmi, int i, int r, int g, int b)
-
alphabetic index hierarchy of classes
MGUI
Copyright 1996-1998 Vincenzo Morello
generated by doc++