GraphicsFormats Xojo plugin

RawTIFFExporter.CompressionTypes Enum

Enum value options to use with the CompressionType property on the RawTIFFExporter class.

enum RawTIFFExporter.CompressionTypes

Constants

NONE = 1No compression.
LZW = 5LZW compression (This is the default option if not setting the CompressionType property)
ADOBE_DEFLATE = 8Adobe deflate. This is basically zip compression.
PACKBITS = 32773Macintosh RLE compression.
DEFLATE = 32946Zip compression.