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

  1.              Adobe Illustrator Import Module v2.1.2
  2.                     
  3. ************************** CHANGES ******************************************
  4. ;
  5. ;
  6. ;       version 2.1.2
  7. ;
  8. ;       - added "clean up" code to pget? for d0
  9. ;
  10. ;
  11. ;       version 2.1.1
  12. ;
  13. ;       - added support for the H and h commands (Illustrator 88)
  14. ;
  15. ;       - added ability to skip the Q,q,O commands (Illustrator 88)
  16. ;
  17. ;       - added a version string for 'version illustrator.import' to work
  18. ;
  19. ;       - added support for illustrator files in MacBinay format.
  20. ;         (that is with a Mac file header)
  21. ;
  22. ;       - fixed a bug when "growing" memory - did not matter in Amiga verison
  23. ;         but caused crashes on the Atari.
  24. ;
  25. ;       - fixed bug when importing line objects - I now change them to actual
  26. ;         line objects and not poly objects that are only 1 line.
  27. ;
  28. ;
  29. ;       version 2.1.0
  30. ;
  31. ;       - initial release
  32.  
  33.  
  34. As the name states this module will import Adobe Illustrator files as structured
  35. drawings that can be edited.  The module was written to handle the Adobe 
  36. Illustrator 1.1 file commands, although it will work with Adobe Illustrator 88
  37. files also (most of them anyway).
  38.  
  39. The Adobe Illustrator files can be in ascii format, IBM EPS format, or Mac
  40. binary (with a Mac file header on it).
  41.  
  42. Line color is supported by adding the color to documents pallete  with a name 
  43. like 'Adobe00000000', where the 00's represent the CMYK values (0-255) in the 
  44. color. Gray line colors (as specified by the G operator) are added as 
  45. percentages of black with 0% cyan, magenta, and yellow.
  46.  
  47. A gray scale fill color is supported by specifying a percentage of black 
  48. (20% black) and will not add the fill color. If the fill color is not a gray
  49. scale color then the color will be added the the color palette
  50.  
  51. Text is ignored.
  52.  
  53. As usual, if you find any files that will not come in properly please upload
  54. them to the Soft-Logik BBS or mail them to us on a disk so we can figure out
  55. why they fail to load and fix the module if neccessary. Thank you.
  56.  
  57. With version 2.0 of the OS the "version" command has gained some new talents.
  58. Whereas it used to only work on libraries, it now works on any file. It will
  59. look for a "version string" inside a file and print it out to the CLI if it
  60. finds it.  A "version string" has been added to many of the new import modules.
  61. This makes it very easy to find out what version of the import module you have.
  62. From a CLI just type "version <module name>" and press return. You no longer
  63. have to load up PageStream and look at the import requester for the version
  64. number.
  65.  
  66. As with all the modules, if you come across some pictures that will not load
  67. or crash when importing, please upload them to our BBS or mail them to us on
  68. a floppy disk with an explaination of the problem. We will try them and fix
  69. the import module if appropriate.
  70.  
  71. Thank you,
  72.  
  73.  
  74.  
  75. Gary Knight
  76. Soft-Logik Publishing Corp.
  77.