ImageFormatPlugin

Undocumented in source.

Members

Variables

detectProc
DetectImageFormatProc detectProc;
Undocumented in source.
extensionList
const(char)* extensionList;

Comma-separated list of extension. A JPEG plugin would return "jpeg,jif,jfif".

format
const(char)* format;

Type string for the bitmap. For example, a plugin that loads BMPs returns the string "BMP".

loadProc
LoadImageProc loadProc;
Undocumented in source.
mimeTypes
const(char)* mimeTypes;

MIME types, the first one being the best one.

saveProc
SaveImageProc saveProc;
Undocumented in source.

Meta