Home » Archimedes archive » Zipped Apps » ArtWorks » !Boot/Resources/!System/!CCShared/!TransTIFF/Resources/UK

!Boot/Resources/!System/!CCShared/!TransTIFF/Resources/UK

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Zipped Apps » ArtWorks
Filename: !Boot/Resources/!System/!CCShared/!TransTIFF/Resources/UK
Read OK:
File size: 0B3A bytes
Load address: 0000
Exec address: 0000
File contents
; 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
00000000  3b 20 54 72 61 6e 73 54  49 46 46 20 65 72 72 6f  |; TransTIFF erro|
00000010  72 73 0a 0a 54 46 30 30  3a 54 49 46 46 20 4c 6f  |rs..TF00:TIFF Lo|
00000020  61 64 20 65 72 72 6f 72  20 4e 6f 74 20 65 6e 6f  |ad error Not eno|
00000030  75 67 68 20 76 61 72 69  61 62 6c 65 20 73 70 61  |ugh variable spa|
00000040  63 65 0a 54 46 30 31 3a  54 49 46 46 20 4c 6f 61  |ce.TF01:TIFF Loa|
00000050  64 20 65 72 72 6f 72 20  49 6d 61 67 65 20 63 6c  |d error Image cl|
00000060  61 73 73 20 6e 6f 74 20  73 75 70 70 6f 72 74 65  |ass not supporte|
00000070  64 0a 54 46 30 32 3a 54  49 46 46 20 4c 6f 61 64  |d.TF02:TIFF Load|
00000080  20 65 72 72 6f 72 20 49  6d 61 67 65 20 62 72 65  | error Image bre|
00000090  61 6b 75 70 20 6e 6f 74  20 73 75 70 70 6f 72 74  |akup not support|
000000a0  65 64 0a 54 46 30 33 3a  54 49 46 46 20 4c 6f 61  |ed.TF03:TIFF Loa|
000000b0  64 20 65 72 72 6f 72 20  43 61 6e 6e 6f 74 20 68  |d error Cannot h|
000000c0  61 6e 64 6c 65 20 74 68  69 73 20 6e 75 6d 62 65  |andle this numbe|
000000d0  72 20 6f 66 20 73 61 6d  70 6c 65 73 0a 54 46 30  |r of samples.TF0|
000000e0  34 3a 54 49 46 46 20 4c  6f 61 64 20 65 72 72 6f  |4:TIFF Load erro|
000000f0  72 20 49 6d 61 67 65 20  62 69 74 73 20 70 65 72  |r Image bits per|
00000100  20 70 69 78 65 6c 20 6e  6f 74 20 73 75 70 70 6f  | pixel not suppo|
00000110  72 74 65 64 0a 54 46 30  35 3a 43 61 6e 74 20 68  |rted.TF05:Cant h|
00000120  61 6e 64 6c 65 20 70 6c  61 6e 61 72 20 43 4d 59  |andle planar CMY|
00000130  4b 0a 54 46 30 36 3a 54  49 46 46 20 70 61 6c 65  |K.TF06:TIFF pale|
00000140  74 74 65 20 69 73 20 74  6f 6f 20 6c 61 72 67 65  |tte is too large|
00000150  0a 54 46 30 37 3a 54 49  46 46 20 70 61 6c 65 74  |.TF07:TIFF palet|
00000160  74 65 20 69 6d 61 67 65  20 64 6f 65 73 20 6e 6f  |te image does no|
00000170  74 20 63 6f 6e 74 61 69  6e 20 61 20 70 61 6c 65  |t contain a pale|
00000180  74 74 65 21 0a 54 46 30  38 3a 44 6f 20 79 6f 75  |tte!.TF08:Do you|
00000190  20 77 69 73 68 20 74 6f  20 63 72 65 61 74 65 20  | wish to create |
000001a0  61 20 64 69 74 68 65 72  65 64 20 76 65 72 73 69  |a dithered versi|
000001b0  6f 6e 20 6f 66 20 74 68  69 73 20 69 6d 61 67 65  |on of this image|
000001c0  3f 20 59 6f 75 20 73 68  6f 75 6c 64 20 6e 6f 74  |? You should not|
000001d0  20 64 6f 20 73 6f 20 69  66 20 79 6f 75 20 77 69  | do so if you wi|
000001e0  73 68 20 74 68 69 73 20  69 6d 61 67 65 20 74 6f  |sh this image to|
000001f0  20 62 65 20 70 72 69 6e  74 65 64 20 63 6f 72 72  | be printed corr|
00000200  65 63 74 6c 79 2e 0a 54  46 30 39 3a 54 69 6c 65  |ectly..TF09:Tile|
00000210  64 2f 50 6c 61 6e 61 72  20 64 61 74 61 20 6e 6f  |d/Planar data no|
00000220  74 20 73 75 70 70 6f 72  74 65 64 0a 54 46 31 30  |t supported.TF10|
00000230  3a 54 49 46 46 20 6c 6f  61 64 20 65 72 72 6f 72  |:TIFF load error|
00000240  20 46 61 69 6c 65 64 20  74 6f 20 63 6c 61 69 6d  | Failed to claim|
00000250  20 6d 65 6d 6f 72 79 0a  54 46 31 31 3a 54 72 61  | memory.TF11:Tra|
00000260  6e 73 54 49 46 46 20 65  72 72 6f 72 3a 20 55 6e  |nsTIFF error: Un|
00000270  72 65 63 6f 67 6e 69 73  65 64 20 69 6e 74 65 72  |recognised inter|
00000280  6e 61 6c 20 66 6f 72 6d  61 74 20 67 72 61 70 68  |nal format graph|
00000290  69 63 20 28 49 46 47 29  20 74 79 70 65 0a 57 53  |ic (IFG) type.WS|
000002a0  4e 50 3a 54 68 65 20 77  69 6d 70 20 73 63 72 61  |NP:The wimp scra|
000002b0  70 20 64 69 72 65 63 74  6f 72 79 20 69 73 20 6e  |p directory is n|
000002c0  6f 74 20 73 65 74 2e 20  54 68 69 73 20 6f 70 65  |ot set. This ope|
000002d0  72 61 74 69 6f 6e 20 63  61 6e 6e 6f 74 20 62 65  |ration cannot be|
000002e0  20 70 65 72 66 6f 72 6d  65 64 2e 0a 0a 0a 3b 54  | performed....;T|
000002f0  49 46 46 20 69 6e 74 65  72 6e 61 6c 20 65 72 72  |IFF internal err|
00000300  6f 72 73 0a 0a 54 4d 30  31 3a 55 6e 6b 6e 6f 77  |ors..TM01:Unknow|
00000310  6e 20 54 49 46 46 20 63  6f 6d 6d 61 6e 64 0a 54  |n TIFF command.T|
00000320  4d 30 33 3a 52 65 73 65  72 76 65 64 20 62 69 74  |M03:Reserved bit|
00000330  73 20 6e 6f 74 20 7a 65  72 6f 0a 54 4d 30 34 3a  |s not zero.TM04:|
00000340  49 6c 6c 65 67 61 6c 20  73 6f 75 72 63 65 20 61  |Illegal source a|
00000350  64 64 72 65 73 73 20 73  70 65 63 69 66 69 65 64  |ddress specified|
00000360  0a 54 4d 30 35 3a 49 6c  6c 65 67 61 6c 20 64 65  |.TM05:Illegal de|
00000370  73 74 69 6e 61 74 69 6f  6e 20 61 64 64 72 65 73  |stination addres|
00000380  73 20 73 70 65 63 69 66  69 65 64 0a 54 4d 30 36  |s specified.TM06|
00000390  3a 49 6c 6c 65 67 61 6c  20 73 6f 75 72 63 65 20  |:Illegal source |
000003a0  66 69 6c 65 20 73 70 65  63 69 66 69 65 64 0a 54  |file specified.T|
000003b0  4d 30 37 3a 49 6c 6c 65  67 61 6c 20 54 49 46 46  |M07:Illegal TIFF|
000003c0  20 68 61 6e 64 6c 65 0a  54 4d 30 38 3a 55 6e 6b  | handle.TM08:Unk|
000003d0  6e 6f 77 6e 20 54 79 70  65 20 73 70 65 63 69 66  |nown Type specif|
000003e0  69 65 72 0a 54 4d 30 39  3a 54 68 69 73 20 69 73  |ier.TM09:This is|
000003f0  20 6e 6f 74 20 61 20 54  49 46 46 20 66 69 6c 65  | not a TIFF file|
00000400  0a 54 4d 31 30 3a 42 75  66 66 65 72 20 6f 76 65  |.TM10:Buffer ove|
00000410  72 66 6c 6f 77 0a 54 4d  31 31 3a 42 61 64 20 49  |rflow.TM11:Bad I|
00000420  46 44 20 73 70 65 63 69  66 69 65 64 0a 54 4d 31  |FD specified.TM1|
00000430  32 3a 54 49 46 46 20 63  6f 6e 73 74 72 75 63 74  |2:TIFF construct|
00000440  20 6e 6f 74 20 73 75 70  70 6f 72 74 65 64 0a 54  | not supported.T|
00000450  4d 31 33 3a 54 49 46 46  20 69 6d 61 67 65 20 63  |M13:TIFF image c|
00000460  6c 61 73 73 20 6e 6f 74  20 73 75 70 70 6f 72 74  |lass not support|
00000470  65 64 0a 54 4d 31 34 3a  46 61 69 6c 65 64 20 74  |ed.TM14:Failed t|
00000480  6f 20 72 65 61 64 20 64  61 74 61 20 28 6f 75 74  |o read data (out|
00000490  73 69 64 65 20 66 69 6c  65 29 0a 54 4d 31 35 3a  |side file).TM15:|
000004a0  55 6e 64 65 66 69 6e 65  64 20 69 6d 61 67 65 20  |Undefined image |
000004b0  2d 20 28 4d 69 73 73 69  6e 67 20 6d 61 6e 64 65  |- (Missing mande|
000004c0  74 6f 72 79 20 49 46 44  20 66 69 65 6c 64 73 29  |tory IFD fields)|
000004d0  0a 54 4d 31 36 3a 49 6c  6c 65 67 61 6c 20 73 65  |.TM16:Illegal se|
000004e0  67 6d 65 6e 74 20 73 70  65 63 69 66 69 65 64 20  |gment specified |
000004f0  28 6f 75 74 73 69 64 65  20 69 6d 61 67 65 29 0a  |(outside image).|
00000500  54 4d 31 37 3a 49 6d 61  67 65 20 73 65 67 6d 65  |TM17:Image segme|
00000510  6e 74 61 74 69 6f 6e 20  66 6f 72 6d 61 74 20 75  |ntation format u|
00000520  6e 6b 6e 6f 77 6e 0a 54  4d 31 38 3a 4d 69 73 73  |nknown.TM18:Miss|
00000530  69 6e 67 20 73 65 67 6d  65 6e 74 20 6f 66 66 73  |ing segment offs|
00000540  65 74 2f 62 79 74 65 20  6c 69 73 74 0a 54 4d 31  |et/byte list.TM1|
00000550  39 3a 55 6e 73 75 70 70  6f 72 74 65 64 20 73 65  |9:Unsupported se|
00000560  67 6d 65 6e 74 20 27 54  79 70 65 27 20 66 69 65  |gment 'Type' fie|
00000570  6c 64 0a 54 4d 32 30 3a  43 65 6c 6c 20 74 61 62  |ld.TM20:Cell tab|
00000580  6c 65 20 66 75 6c 6c 2c  20 74 6f 6f 20 6d 61 6e  |le full, too man|
00000590  79 20 73 61 6d 70 6c 65  73 20 70 65 72 20 70 69  |y samples per pi|
000005a0  78 65 6c 0a 54 4d 32 31  3a 42 61 64 20 63 65 6c  |xel.TM21:Bad cel|
000005b0  6c 20 6c 69 73 74 20 73  74 72 75 63 74 75 72 65  |l list structure|
000005c0  0a 54 4d 32 32 3a 55 6e  61 62 6c 65 20 74 6f 20  |.TM22:Unable to |
000005d0  72 65 61 64 20 63 65 6c  6c 20 64 65 73 63 72 69  |read cell descri|
000005e0  70 74 69 6f 6e 0a 54 4d  32 33 3a 44 69 76 69 73  |ption.TM23:Divis|
000005f0  69 6f 6e 20 62 79 20 7a  65 72 6f 0a 54 4d 32 34  |ion by zero.TM24|
00000600  3a 54 49 46 46 20 63 6f  6d 70 72 65 73 73 69 6f  |:TIFF compressio|
00000610  6e 20 73 63 68 65 6d 65  20 75 6e 73 75 70 70 6f  |n scheme unsuppo|
00000620  72 74 65 64 0a 54 4d 32  35 3a 50 6c 61 6e 61 72  |rted.TM25:Planar|
00000630  20 63 6f 6e 66 69 67 75  72 61 74 69 6f 6e 20 6e  | configuration n|
00000640  6f 74 20 73 75 70 70 6f  72 74 65 64 0a 54 4d 32  |ot supported.TM2|
00000650  36 3a 42 69 74 6d 61 70  20 6f 72 69 65 6e 74 61  |6:Bitmap orienta|
00000660  74 69 6f 6e 20 6e 6f 74  20 73 75 70 70 6f 72 74  |tion not support|
00000670  65 64 0a 54 4d 32 37 3a  55 73 65 20 6f 66 20 46  |ed.TM27:Use of F|
00000680  69 6c 6c 20 6f 72 64 65  72 20 6e 6f 74 20 73 75  |ill order not su|
00000690  70 70 6f 72 74 65 64 0a  54 4d 32 38 3a 44 69 66  |pported.TM28:Dif|
000006a0  66 65 72 65 6e 74 20 62  69 74 73 20 70 65 72 20  |ferent bits per |
000006b0  73 61 6d 70 6c 65 20 6e  6f 74 20 73 75 70 70 6f  |sample not suppo|
000006c0  72 74 65 64 0a 54 4d 32  39 3a 44 61 74 61 20 69  |rted.TM29:Data i|
000006d0  6e 20 54 49 46 46 20 66  69 65 6c 64 20 69 6c 6c  |n TIFF field ill|
000006e0  65 67 61 6c 20 6f 72 20  63 6f 72 72 75 70 74 65  |egal or corrupte|
000006f0  64 0a 54 4d 33 30 3a 49  6d 61 67 65 20 68 61 73  |d.TM30:Image has|
00000700  20 64 69 66 66 65 72 69  6e 67 20 62 69 74 73 20  | differing bits |
00000710  70 65 72 20 73 61 6d 70  6c 65 20 77 68 69 63 68  |per sample which|
00000720  20 69 73 20 6e 6f 74 20  73 75 70 70 6f 72 74 65  | is not supporte|
00000730  64 20 62 79 20 74 68 69  73 20 69 6d 70 6c 65 6d  |d by this implem|
00000740  65 6e 74 61 74 69 6f 6e  0a 54 4d 33 31 3a 49 6d  |entation.TM31:Im|
00000750  61 67 65 20 68 61 73 20  65 78 74 72 61 20 73 61  |age has extra sa|
00000760  6d 70 6c 65 73 20 77 68  69 63 68 20 61 72 65 20  |mples which are |
00000770  6e 6f 74 20 73 75 70 70  6f 72 74 65 64 20 62 79  |not supported by|
00000780  20 74 68 69 73 20 69 6d  70 6c 65 6d 65 6e 74 61  | this implementa|
00000790  74 69 6f 6e 0a 54 4d 33  32 3a 49 6d 61 67 65 20  |tion.TM32:Image |
000007a0  68 61 73 20 6e 6f 6e 65  20 69 6e 74 65 67 65 72  |has none integer|
000007b0  20 70 69 78 65 6c 20 64  61 74 61 20 77 68 69 63  | pixel data whic|
000007c0  68 20 69 73 20 6e 6f 74  20 73 75 70 70 6f 72 74  |h is not support|
000007d0  65 64 20 62 79 20 74 68  69 73 20 69 6d 70 6c 65  |ed by this imple|
000007e0  6d 65 6e 74 61 74 69 6f  6e 0a 54 4d 33 33 3a 55  |mentation.TM33:U|
000007f0  6e 6b 6e 6f 77 6e 20 70  61 6c 65 74 74 65 20 63  |nknown palette c|
00000800  6f 6e 76 65 72 73 69 6f  6e 20 73 70 65 63 69 66  |onversion specif|
00000810  69 65 64 0a 54 4d 33 34  3a 54 68 69 73 20 54 49  |ied.TM34:This TI|
00000820  46 46 20 69 6d 61 67 65  20 69 73 20 63 6f 6d 70  |FF image is comp|
00000830  72 65 73 73 65 64 20 79  65 74 20 61 20 27 53 74  |ressed yet a 'St|
00000840  72 69 70 42 79 74 65 43  6f 75 6e 74 73 27 20 74  |ripByteCounts' t|
00000850  61 67 20 64 6f 65 73 20  6e 6f 74 20 65 78 69 73  |ag does not exis|
00000860  74 2e 20 55 6e 61 62 6c  65 20 74 6f 20 64 65 63  |t. Unable to dec|
00000870  6f 64 65 20 69 6d 61 67  65 2e 0a 0a 3b 20 4c 5a  |ode image...; LZ|
00000880  57 20 65 72 72 6f 72 73  0a 0a 4c 5a 30 30 3a 4c  |W errors..LZ00:L|
00000890  5a 57 20 64 65 63 6f 6d  70 72 65 73 73 69 6f 6e  |ZW decompression|
000008a0  20 65 72 72 6f 72 3a 20  46 61 69 6c 65 64 20 74  | error: Failed t|
000008b0  6f 20 70 75 74 20 62 79  74 65 0a 4c 5a 30 31 3a  |o put byte.LZ01:|
000008c0  4c 5a 57 20 64 65 63 6f  6d 70 72 65 73 73 69 6f  |LZW decompressio|
000008d0  6e 20 65 72 72 6f 72 3a  20 46 61 69 6c 65 64 20  |n error: Failed |
000008e0  74 6f 20 72 65 61 64 20  64 61 74 61 0a 4c 5a 30  |to read data.LZ0|
000008f0  32 3a 4c 5a 57 20 64 65  63 6f 6d 70 72 65 73 73  |2:LZW decompress|
00000900  69 6f 6e 20 65 72 72 6f  72 3a 20 46 61 69 6c 65  |ion error: Faile|
00000910  64 20 74 6f 20 67 65 74  20 62 79 74 65 0a 4c 5a  |d to get byte.LZ|
00000920  30 33 3a 4c 5a 57 20 64  65 63 6f 6d 70 72 65 73  |03:LZW decompres|
00000930  73 69 6f 6e 20 65 72 72  6f 72 3a 20 4f 75 74 20  |sion error: Out |
00000940  6f 66 20 6d 65 6d 6f 72  79 0a 4c 5a 30 34 3a 4c  |of memory.LZ04:L|
00000950  5a 57 20 64 65 63 6f 6d  70 72 65 73 73 69 6f 6e  |ZW decompression|
00000960  20 65 72 72 6f 72 3a 20  53 74 61 63 6b 20 6f 76  | error: Stack ov|
00000970  65 72 66 6c 6f 77 0a 4c  5a 30 35 3a 4c 5a 57 20  |erflow.LZ05:LZW |
00000980  64 65 63 6f 6d 70 72 65  73 73 69 6f 6e 20 65 72  |decompression er|
00000990  72 6f 72 3a 20 53 74 72  69 6e 67 20 74 61 62 6c  |ror: String tabl|
000009a0  65 20 66 75 6c 6c 0a 4c  5a 30 36 3a 4c 5a 57 20  |e full.LZ06:LZW |
000009b0  64 65 63 6f 6d 70 72 65  73 73 69 6f 6e 20 65 72  |decompression er|
000009c0  72 6f 72 3a 20 49 6c 6c  65 67 61 6c 2f 43 6f 72  |ror: Illegal/Cor|
000009d0  72 75 70 74 20 63 6c 65  61 72 20 63 6f 64 65 0a  |rupt clear code.|
000009e0  50 42 30 30 3a 50 61 63  6b 42 69 74 73 20 64 65  |PB00:PackBits de|
000009f0  63 6f 6d 70 72 65 73 73  69 6f 6e 20 65 72 72 6f  |compression erro|
00000a00  72 3a 20 46 61 69 6c 65  64 20 74 6f 20 70 75 74  |r: Failed to put|
00000a10  20 62 79 74 65 0a 0a 3b  20 49 6d 61 67 65 55 74  | byte..; ImageUt|
00000a20  69 6c 73 20 69 6e 74 65  72 6e 61 6c 20 65 72 72  |ils internal err|
00000a30  6f 72 73 0a 0a 49 4d 30  30 3a 49 6c 6c 65 67 61  |ors..IM00:Illega|
00000a40  6c 20 61 64 64 72 65 73  73 20 73 70 65 63 69 66  |l address specif|
00000a50  69 65 64 0a 49 4d 30 31  3a 55 6e 73 75 70 70 6f  |ied.IM01:Unsuppo|
00000a60  72 74 65 64 20 62 69 74  73 20 70 65 72 20 70 69  |rted bits per pi|
00000a70  78 65 6c 20 73 70 65 63  69 66 69 65 64 0a 49 4d  |xel specified.IM|
00000a80  30 32 3a 50 61 6c 65 74  74 65 20 74 79 70 65 20  |02:Palette type |
00000a90  6e 6f 74 20 73 75 70 70  6f 72 74 65 64 20 77 69  |not supported wi|
00000aa0  74 68 20 74 68 69 73 20  69 6d 61 67 65 0a 49 4d  |th this image.IM|
00000ab0  30 33 3a 49 6c 6c 65 67  61 6c 2f 43 6f 72 72 75  |03:Illegal/Corru|
00000ac0  70 74 65 64 20 77 6f 72  6b 73 70 61 63 65 0a 49  |pted workspace.I|
00000ad0  4d 30 34 3a 55 6e 73 75  70 70 6f 72 74 65 64 20  |M04:Unsupported |
00000ae0  72 61 6e 67 65 20 74 79  70 65 20 73 70 65 63 69  |range type speci|
00000af0  66 69 65 64 0a 49 4d 30  35 3a 49 6c 6c 65 67 61  |fied.IM05:Illega|
00000b00  6c 20 69 6d 61 67 65 20  74 79 70 65 20 73 70 65  |l image type spe|
00000b10  63 69 66 69 65 64 0a 49  4d 30 36 3a 54 79 70 65  |cified.IM06:Type|
00000b20  20 63 6f 6e 76 65 72 73  69 6f 6e 20 6e 6f 74 20  | conversion not |
00000b30  73 75 70 70 6f 72 74 65  64 0a                    |supported.|
00000b3a