Struct ImageFormatInfo
Stores information about an image format for base64 detection.
struct ImageFormatInfo;
Fields
| Name | Type | Description |
|---|---|---|
dummyFilename
|
string | Dummy filename for the format. |
format
|
string | File extension (e.g., ".png"). |
prefix
|
string | Base64 prefix string. |