- allocate
FIBITMAP* allocate(int width, int height, int bpp)
Undocumented in source. Be warned that the author may not have intended to support it.
- allocate
FIBITMAP* allocate(int width, int height, ImageType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- convertTo32Bits
FIBITMAP* convertTo32Bits(FIBITMAP* bitmap)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBPP
int getBPP(FIBITMAP* bitmap)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBits
void* getBits(FIBITMAP* bitmap)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFileType
ImageFormat getFileType(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- getHeight
int getHeight(FIBITMAP* bitmap)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPalette
RGBQUAD* getPalette(FIBITMAP* bitmap)
Undocumented in source. Be warned that the author may not have intended to support it.
- getVersion
string getVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
- getWidth
int getWidth(FIBITMAP* bitmap)
Undocumented in source. Be warned that the author may not have intended to support it.
- load
FIBITMAP* load(ImageFormat format, string path, int option)
Undocumented in source. Be warned that the author may not have intended to support it.
- unload
void unload(FIBITMAP* bitmap)
Undocumented in source. Be warned that the author may not have intended to support it.