GraphicsFormats Xojo plugin

RawWebPExporter.ErrorValues Enum

Enum representing error codes which this class can return.

enum RawWebPExporter.ErrorValues

Constants

NO_ERROR = 0No error
INVALID_PARAMETER = -2Invalid parameter
UNSUPPORTED_FORMAT = -9Unsupported format on the RawBitmap.
COULD_NOT_CREATE_FILE = -10Could not create file.
INVALID_COLOR_SPACE = -20Invalid color space, CMYK is not supported for this file format.
COULD_NOT_WRITE = -30Could not write.
COULD_NOT_CONVERT_RAWBITMAP_FORMAT = -106Could not convert internally to suitable RawBitmap destination format.
COULD_NOT_ENCODE = -107Filed too encode.