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

  1.                      IBMEPS.import module v2.0.6
  2.               
  3.  
  4. **************************** CHANGES *******************************
  5. ;
  6. ;       version 2.0.6
  7. ;
  8. ;       - added a version string for 'version ibmeps.import' to work
  9. ;
  10. ;       - fixed a bug that would not freemem when the module did a abortobj()
  11. ;         inside the the pic routines.
  12. ;
  13. ;       - fixed a bug when the module could not o_malloc() the memory for the
  14. ;         pic object (it did not check to be sure it got the OK from o_malloc)
  15. ;
  16. ;
  17. ;       version 2.0.5 - public release
  18. ;
  19. ;       - fixed bug when importing a PALETTE tiff image: the get info routine
  20. ;         would store the 3 times total number of colors in the cmap.
  21. ;
  22. ;       - fixed bug when tiff image had multiple rows per strip
  23. ;       
  24. ;       - added support for the eps data being after the TIFF header
  25. ;
  26. ;       - bug fix: I removed the check for the %!-PS-Adobe string because the
  27. ;         eps data can be above the 1K buffer that the check routine has to work
  28. ;         with.
  29. ;
  30. ;       version 2.0.4   (shipped with PgS 2.1 12/10/90)
  31. ;
  32. ;       - fixed bug in PackBits de-compression  routine that caused
  33. ;         the de-compression to run on past it's boundries.
  34. ;         (which in turn caused system problems w/ NewShell & IconX)
  35. ;
  36. ;       
  37. ;       version 2.0.3
  38. ;
  39. ;       - applied TIFF/GIF LZW speed up and code reduction to this module
  40. ;
  41. ;       - bug fix for f_skip "bug" that occured when f_skip was fixed.
  42. ;         f_skip now sub.l the length in d0, so I need to fix my work around
  43. ;         so it would clear out the upper word of d0 (the length of the file)
  44. ;
  45. ;       - bug fix when an error condition happened in the f_read, f_skip stuff
  46. ;         I left a value on the stack so when it exited on an error it would
  47. ;         crash.
  48. ;       
  49. ;
  50. ;       version 2.0.2   (uploaded 9/25/90)
  51. ;
  52. ;       - bug fix in tiff section (see tiff202.asm for more info)
  53. ;
  54. ;       - temp fix for f_skip "bug" - now I only seek on word length.
  55. ;
  56. ;       - added support for packbits compressed multiplane images
  57. ;
  58. ;
  59. ;       version 2.0.1
  60. ;
  61. ;       - shipped with PageStream 2.0
  62. ;
  63. ;       - added support for tiff image at end of eps stuff
  64. ;
  65. ;
  66. ;       version 2.0.0
  67. ;
  68. ;       - initial release
  69.  
  70.  
  71.  
  72. What makes this module so special? It will display on screen a TIFF 
  73. representation of the EPS data (if there is one in the file). No longer are 
  74. you forced to look at the box with a X in it and wonder how you're output
  75. will look (unless you want to). Also as an added bonus the TIFF representaion
  76. can be output to any non-postscript printer (if the printer is postscript the
  77. actual postscript is output).
  78.  
  79. When importing, there are two options: Show picture and Do not show
  80. picture. So if you are low on memory so can save some memory by not 
  81. loading the picture with the eps.
  82.  
  83. With version 2.0 of the OS the "version" command has gained some new talents.
  84. Whereas it used to only work on libraries, it now works on any file. It will
  85. look for a "version string" inside a file and print it out to the CLI if it
  86. finds it.  A "version string" has been added to many of the new import modules.
  87. This makes it very easy to find out what version of the import module you have.
  88. From a CLI just type "version <module name>" and press return. You no longer
  89. have to load up PageStream and look at the import requester for the version
  90. number.
  91.  
  92. As with all the modules, if you come across some pictures that will not load
  93. or crash when importing, please upload them to our BBS or mail them to us on
  94. a floppy disk with an explaination of the problem. We will try them and fix
  95. the import module if appropriate.
  96.  
  97. Thank you,
  98.                                                 
  99. Gary Knight
  100. Soft-Logik Publishing Corp.