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

  1.                        MacEps import 2.1.3
  2.  
  3. ;***************************** Changes **************************
  4. ;
  5. ;       version 2.1.3
  6. ;
  7. ;       - fixed bug when the module was hit with a 0 code
  8. ;
  9. ;       - fixed a bug when the data count byte was zero - meaning that no
  10. ;         data follows.
  11. ;
  12. ;       - added code that makes sure no code will over run the bounds of the
  13. ;         picture - it is clipped to the edge.
  14. ;
  15. ;
  16. ;       version 2.1.2
  17. ;
  18. ;       - added a "version" string
  19. ;
  20. ;       - adding support for PICT headers
  21.  
  22.  
  23.  
  24. This is an update to the maceps.import module. This version will display the
  25. PICT header if present.  When importing a maceps you are given two choices, 
  26. like the IBMEPS.import module, 'Show picture' and 'Do not show picture'.
  27. If the 'Show picture' option is selected the PICT header (actually a resource
  28. in a mac file) will be read in and displayed. The EPS data will still be
  29. output when going to PostScript, but the PICT header will be printed when
  30. using a non-PostScript printer.
  31.  
  32. The module will load black and white PICT's (version 1) and color-mapped PICT's
  33. (version 2).
  34.  
  35. With version 2.0 of the OS the "version" command has gained some new talents.
  36. Whereas it used to only work on libraries, it now works on any file. It will
  37. look for a "version string" inside a file and print it out to the CLI if it
  38. finds it.  A "version string" has been added to many of the new import modules.
  39. This makes it very easy to find out what version of the import module you have.
  40. From a CLI just type "version <module name>" and press return. You no longer
  41. have to load up PageStream and look at the import requester for the version
  42. number.
  43.  
  44. As with all the modules, if you come across some pictures that will not load
  45. or crash when importing, please upload them to our BBS or mail them to us on
  46. a floppy disk with an explaination of the problem. We will try them and fix
  47. the import module if appropriate.
  48.  
  49. Thank you,
  50.  
  51.  
  52. Gary Knight
  53. Soft-Logik Publishing Corp.
  54.