Struct ImageFormatInfo

Stores information about an image format for base64 detection.

struct ImageFormatInfo;

Fields

NameTypeDescription
dummyFilename stringDummy filename for the format.
format stringFile extension (e.g., ".png").
prefix stringBase64 prefix string.