home *** CD-ROM | disk | FTP | other *** search
/ Art Works / Art Works.iso / apps / _system / _ccshared / _transtiff / resources / uk < prev   
Encoding:
Text File  |  1993-12-02  |  2.8 KB  |  74 lines

  1. ; TransTIFF errors
  2.  
  3. TF00:TIFF Load error Not enough variable space
  4. TF01:TIFF Load error Image class not supported
  5. TF02:TIFF Load error Image breakup not supported
  6. TF03:TIFF Load error Cannot handle this number of samples
  7. TF04:TIFF Load error Image bits per pixel not supported
  8. TF05:Cant handle planar CMYK
  9. TF06:TIFF palette is too large
  10. TF07:TIFF palette image does not contain a palette!
  11. 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.
  12. TF09:Tiled/Planar data not supported
  13. TF10:TIFF load error Failed to claim memory
  14. TF11:TransTIFF error: Unrecognised internal format graphic (IFG) type
  15. WSNP:The wimp scrap directory is not set. This operation cannot be performed.
  16.  
  17.  
  18. ;TIFF internal errors
  19.  
  20. TM01:Unknown TIFF command
  21. TM03:Reserved bits not zero
  22. TM04:Illegal source address specified
  23. TM05:Illegal destination address specified
  24. TM06:Illegal source file specified
  25. TM07:Illegal TIFF handle
  26. TM08:Unknown Type specifier
  27. TM09:This is not a TIFF file
  28. TM10:Buffer overflow
  29. TM11:Bad IFD specified
  30. TM12:TIFF construct not supported
  31. TM13:TIFF image class not supported
  32. TM14:Failed to read data (outside file)
  33. TM15:Undefined image - (Missing mandetory IFD fields)
  34. TM16:Illegal segment specified (outside image)
  35. TM17:Image segmentation format unknown
  36. TM18:Missing segment offset/byte list
  37. TM19:Unsupported segment 'Type' field
  38. TM20:Cell table full, too many samples per pixel
  39. TM21:Bad cell list structure
  40. TM22:Unable to read cell description
  41. TM23:Division by zero
  42. TM24:TIFF compression scheme unsupported
  43. TM25:Planar configuration not supported
  44. TM26:Bitmap orientation not supported
  45. TM27:Use of Fill order not supported
  46. TM28:Different bits per sample not supported
  47. TM29:Data in TIFF field illegal or corrupted
  48. TM30:Image has differing bits per sample which is not supported by this implementation
  49. TM31:Image has extra samples which are not supported by this implementation
  50. TM32:Image has none integer pixel data which is not supported by this implementation
  51. TM33:Unknown palette conversion specified
  52. TM34:This TIFF image is compressed yet a 'StripByteCounts' tag does not exist. Unable to decode image.
  53.  
  54. ; LZW errors
  55.  
  56. LZ00:LZW decompression error: Failed to put byte
  57. LZ01:LZW decompression error: Failed to read data
  58. LZ02:LZW decompression error: Failed to get byte
  59. LZ03:LZW decompression error: Out of memory
  60. LZ04:LZW decompression error: Stack overflow
  61. LZ05:LZW decompression error: String table full
  62. LZ06:LZW decompression error: Illegal/Corrupt clear code
  63. PB00:PackBits decompression error: Failed to put byte
  64.  
  65. ; ImageUtils internal errors
  66.  
  67. IM00:Illegal address specified
  68. IM01:Unsupported bits per pixel specified
  69. IM02:Palette type not supported with this image
  70. IM03:Illegal/Corrupted workspace
  71. IM04:Unsupported range type specified
  72. IM05:Illegal image type specified
  73. IM06:Type conversion not supported
  74.