home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 588b.lha / Drivers / readme.tiff < prev    next >
Text File  |  1991-07-05  |  3KB  |  82 lines

  1.                 UPDATED TIFF.IMPORT MODULE FOR PAGESTREAM 2.0!
  2.                                 
  3.                               version 2.0.6
  4.  
  5. ******************************* CHANGES ********************************
  6. ;
  7. ;       version 2.0.6   (7/5/91)
  8. ;
  9. ;       - added a version string
  10. ;
  11. ;       - fixed some bugs related to exiting on an error condition (errrts)
  12. ;
  13. ;
  14. ;       version 2.0.5
  15. ;
  16. ;       - fixed bug when importing a PALETTE tiff image: the get info routine
  17. ;         would store the 3 times total number of colors in the cmap.
  18. ;
  19. ;       - fixed bug when tiff image had multiple rows per strip
  20. ;
  21. ;       - added kludge for ADPro files with <20 DPI it puts it up to 75       
  22. ;
  23. ;
  24. ;       version 2.0.4   (shipped w/ PageStream2.1 12/10/90)
  25. ;
  26. ;       - fixed bug in PackBits de-compression  routine that caused
  27. ;         the de-compression to run on past it's boundries.
  28. ;         (which in turn caused system problems w/ NewShell & IconX)
  29. ;
  30. ;
  31. ;       version 2.0.3   (uploaded 11/16/90)
  32. ;
  33. ;       - increased speed of LZW de-compression
  34. ;
  35. ;       - clean up the code to decrease size.
  36. ;         (b&w uses the same stuff as multiplane now)
  37. ;
  38. ;
  39. ;       version 2.0.2   (uploaded 9/25/90)
  40. ;
  41. ;       - bug fix: now no longer assumes that the StripByteCount is the 
  42. ;         same data type as the StripOffset (indirectly assumed)
  43. ;
  44. ;       - added support for packbits compressed multiplane images
  45. ;         (grey scale, rgb color, and palette color)
  46. ;
  47. ;
  48. ;       version 2.0.1
  49. ;
  50. ;       - released with PageStream 2.0
  51. ;
  52. ;       - MAJOR UPDATE: now imports most any tiff file, b&w, grey scale,
  53. ;         rgb, palette, ccitt compressed, packbits compressed, lzw 
  54. ;         compressed, and horizontally differenced lzw compressed.
  55. ;
  56. ;
  57. ;        version 2.0.0
  58. ;
  59. ;       - initial release (same as 1.8 version)
  60.                               
  61.  
  62. With version 2.0 of the OS the "version" command has gained some new talents.
  63. Whereas it used to only work on libraries, it now works on any file. It will
  64. look for a "version string" inside a file and print it out to the CLI if it
  65. finds it.  A "version string" has been added to many of the new import modules.
  66. This makes it very easy to find out what version of the import module you have.
  67. From a CLI just type "version <module name>" and press return. You no longer
  68. have to load up PageStream and look at the import requester for the version
  69. number.
  70.  
  71. As with all the modules, if you come across some pictures that will not load
  72. or crash when importing, please upload them to our BBS or mail them to us on
  73. a floppy disk with an explaination of the problem. We will try them and fix
  74. the import module if appropriate.
  75.  
  76. Thank you,
  77.             
  78.  
  79.                                         
  80. Gary Knight
  81. Soft-Logik Publishing Corp.
  82.