GraphicsFormats Xojo plugin |
|
RawWebPExporter.ErrorValues Enum
Enum representing error codes which this class can return.
enum RawWebPExporter.ErrorValues
Constants
NO_ERROR = 0 | No error |
INVALID_PARAMETER = -2 | Invalid parameter |
UNSUPPORTED_FORMAT = -9 | Unsupported format on the RawBitmap. |
COULD_NOT_CREATE_FILE = -10 | Could not create file. |
INVALID_COLOR_SPACE = -20 | Invalid color space, CMYK is not supported for this file format. |
COULD_NOT_WRITE = -30 | Could not write. |
COULD_NOT_CONVERT_RAWBITMAP_FORMAT = -106 | Could not convert internally to suitable RawBitmap destination format. |
COULD_NOT_ENCODE = -107 | Filed too encode. |