; TransTIFF errors

TF00:TIFF Load error Not enough variable space
TF01:TIFF Load error Image class not supported
TF02:TIFF Load error Image breakup not supported
TF03:TIFF Load error Cannot handle this number of samples
TF04:TIFF Load error Image bits per pixel not supported
TF05:Cant handle planar CMYK
TF06:TIFF palette is too large
TF07:TIFF palette image does not contain a palette!
TF08:Do you wish to create a dithered version of this image? You should not do so if you wish this image to be printed correctly.
TF09:Tiled/Planar data not supported
TF10:TIFF load error Failed to claim memory
TF11:TransTIFF error: Unrecognised internal format graphic (IFG) type
WSNP:The wimp scrap directory is not set. This operation cannot be performed.


;TIFF internal errors

TM01:Unknown TIFF command
TM03:Reserved bits not zero
TM04:Illegal source address specified
TM05:Illegal destination address specified
TM06:Illegal source file specified
TM07:Illegal TIFF handle
TM08:Unknown Type specifier
TM09:This is not a TIFF file
TM10:Buffer overflow
TM11:Bad IFD specified
TM12:TIFF construct not supported
TM13:TIFF image class not supported
TM14:Failed to read data (outside file)
TM15:Undefined image - (Missing mandetory IFD fields)
TM16:Illegal segment specified (outside image)
TM17:Image segmentation format unknown
TM18:Missing segment offset/byte list
TM19:Unsupported segment 'Type' field
TM20:Cell table full, too many samples per pixel
TM21:Bad cell list structure
TM22:Unable to read cell description
TM23:Division by zero
TM24:TIFF compression scheme unsupported
TM25:Planar configuration not supported
TM26:Bitmap orientation not supported
TM27:Use of Fill order not supported
TM28:Different bits per sample not supported
TM29:Data in TIFF field illegal or corrupted
TM30:Image has differing bits per sample which is not supported by this implementation
TM31:Image has extra samples which are not supported by this implementation
TM32:Image has none integer pixel data which is not supported by this implementation
TM33:Unknown palette conversion specified
TM34:This TIFF image is compressed yet a 'StripByteCounts' tag does not exist. Unable to decode image.

; LZW errors

LZ00:LZW decompression error: Failed to put byte
LZ01:LZW decompression error: Failed to read data
LZ02:LZW decompression error: Failed to get byte
LZ03:LZW decompression error: Out of memory
LZ04:LZW decompression error: Stack overflow
LZ05:LZW decompression error: String table full
LZ06:LZW decompression error: Illegal/Corrupt clear code
PB00:PackBits decompression error: Failed to put byte

; ImageUtils internal errors

IM00:Illegal address specified
IM01:Unsupported bits per pixel specified
IM02:Palette type not supported with this image
IM03:Illegal/Corrupted workspace
IM04:Unsupported range type specified
IM05:Illegal image type specified
IM06:Type conversion not supported
