GraphicsFormats Xojo plugin

RawTIFFImporter.ErrorValues Enum

Enum that contains possible error codes that the LastError property of the RawTIFFImporter can return.

enum RawTIFFImporter.ErrorValues

Constants

NO_ERROR = 0No error.
CANCELED = -1Export was canceled by Progress handler.
INVALID_PARAMETER = -2Invalid parameter. (Like for example nil was maybe passed in).
MEMORY = -3Memory error.
PARSE = -4Error parsing TIFF file.
DIRECTORY_INDEX_OUT_OF_RANGE = -5Directory index out of range.
CMYK16BIT_WITHOUT_INTERLEAVED_CHANNELS_NOT_SUPPORTED = -6CMYK 16 bit without interleaved channels is not supported.
COMPRESSION_TYPE_NOT_SUPPORTED = -7Compression type not supported.
UNCOMMON_BIT_PER_CHANNEL_NOT_SUPPORTED = -8Uncommon bit per channel not supported (like 12 bit channels for example)
UNSUPPORTED_FORMAT = -9Unsupported format.
INVALID_TILED_IMAGE = -10Invalid tiled image.
COULD_NOT_OPEN_TIFF_FILE = -11Could not open TIFF file.
CORRUPTED_TIFF_FILE = -12Corrupted TIFF file.
SEPARATED_TILED_NOT_SUPPORTED = -13Separated tiled TIFF file not supported.