home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 583a.lha / Drivers / readme.pdraw < prev    next >
Text File  |  1991-07-05  |  7KB  |  163 lines

  1.                         * ProDraw.Import v2.1.6 *
  2.  
  3.  
  4. ;       IMPORTANT: PageStream has trouble dealing with large filled compound
  5. ;       objects. This will turn up most often when loading a Trace-ed clip.
  6. ;       A safe way to load a large traced clip is to drag paste it at a small
  7. ;       size and then increase it's size at small increments until you get the 
  8. ;       size desired. If the object disappears leaving only the object handles,
  9. ;       you will have surpassed PageStream's ability to deal correctly with
  10. ;       the object - DO NOT continue to size it larger. At this point you may
  11. ;       have corrrupted memory and be begging for a system crash. Delete the
  12. ;       object and save you work (preferably NOT to the original file) save to 
  13. ;       ram:, when the save is complete copy the ram: file you saved to a safe
  14. ;       place, but not over your original file. Quit PageStream, if it quits OK
  15. ;       you have not destroyed anything and it it safe to re-load and continue
  16. ;       working. If you get GURU or Recoverable Alert (0100000F) re-boot and
  17. ;       start over. 
  18. ;       
  19. ;       If you paste a large filled compound object directly (without drag 
  20. ;       pasting), you might destroy memory right there with little hope of 
  21. ;       saving you work so please follow the above instructions, although
  22. ;       if you save as stated above you will not lose any work if the save
  23. ;       fails.
  24. ;       
  25. ;       It has been determined as to why this is occuring and it has been
  26. ;       fixed.
  27. ;
  28. ;       If you will be printing to PostScript and you have a nasty clip
  29. ;       save the clip from prodraw as eps and import that into PageStream, this
  30. ;       will work correctly all the time.
  31. ;
  32.  
  33.  
  34. ************************** CHANGES ******************************************
  35. ;
  36. ;       version 2.1.7   (7/5/91)
  37. ;
  38. ;       - added more checks for curves that should be turned into lines because
  39. ;         some were still slipping through.
  40. ;
  41. ;       - fixed a bug with converting curves to lines with negative object
  42. ;         dimensions.
  43. ;         
  44. ;       
  45. ;       version 2.1.6
  46. ;
  47. ;       - fixed a bug when "growing" memory. It was using the return value when
  48. ;         the function was not supposed to be returning anything valid.
  49. ;
  50. ;       - added a version string so "version prodraw.import" will report the
  51. ;         version of the module.
  52. ;
  53. ;       - fixed a bug that would cause PgS to crash when the object was pasted.
  54. ;         (the o_end call was never made to match the o_begingroup call)
  55. ;       
  56. ;       - changed the way the various implementaions of the PDRF chunk length
  57. ;         is handle - it is now ignored. The module uses the length of the 
  58. ;         file instead.
  59. ;
  60. ;       - added "clean up" code the pget? calls for d0
  61. ;
  62. ;
  63. ;       version 2.1.5 (uploaded 5/2/91)
  64. ;
  65. ;       - fixed bug when importing compound object. the default object defs
  66. ;         were getting set each time a new part of the compound obj came in.
  67. ;         this means object data such as line color and width were being set to
  68. ;         the defaults instead of the actual values wanted.
  69. ;
  70. ;       - added support for rounded ends on lines
  71. ;
  72. ;
  73. ;       version 2.1.4   (uploaded 3/29/91)
  74. ;
  75. ;       - Syndesis files are now imported. they were writing their files a
  76. ;         little differently than ProDraw. they did not include a COLR "chunk"
  77. ;         at the start of each color - only the color section. also the PDPF
  78. ;         length did not include the entire file as prodraw does - it was 4
  79. ;         bytes short. (it did not include the PDPF tag).
  80. ;
  81. ;       - bug fix: sometimes a clip would exit without getting to the paste
  82. ;         cursor, this was due to a routine corrupting the counting register
  83. ;         used to skip extra data not needed. This has been fixed.
  84. ;
  85. ;       - changed the way compound objects are delt with, this fixed several
  86. ;         problems with them.
  87. ;
  88. ;       - bug fix: if a circle object started a compound object it was not
  89. ;         detected and problems would result. This has been fixed.
  90. ;
  91. ;       - objects are now better aligned with other objects.
  92. ;
  93. ;       - rotated circles are now placed correctly.
  94. ;
  95. ;       - large clips are now handled correctly.
  96. ;
  97. ;
  98. ;       version 2.1.3   (shipped with PgS2.1  12/7/90)
  99. ;
  100. ;       - bug fixes: when importing older clips
  101. ;
  102. ;       - misc bugs when importing a bitmap traced object
  103. ;         (not completly fixed yet)
  104. ;
  105. ;
  106. ;       version 2.1.2   (uploaded 11/15/90 approx.)
  107. ;
  108. ;       - added support for compound objects (holes&cutouts now supported)
  109. ;
  110. ;       - circles are now converted into 4 bezier curves.
  111. ;
  112. ;
  113. ;       version 2.1.1   (uploaded 11/2/90)
  114. ;
  115. ;       - the size is closer to the size in prodraw
  116. ;
  117. ;
  118. ;       version 2.1.0
  119. ;
  120. ;       - initial release
  121.  
  122.  
  123.  
  124.                 ANNOUNCING THE PRODRAW CLIPS IMPORT MODULE!
  125.                 
  126.   Yes here it is (finally)! Now you can import those pesky prodraw clip files
  127. into PageStream AND EDIT THEM! (try that in propage). The module imports the 
  128. objects as well as the colors used in the files. You can also bring in text
  129. from the clip files. The text is brought in as a graphic so it too can be
  130. edited - which makes for some interesting effects.
  131.  
  132. The ProDraw.import module can only be used with PageStream2.1 and up.
  133.         
  134. With version 2.0 of the OS the "version" command has gained some new talents.
  135. Whereas it used to only work on libraries, it now works on any file. It will
  136. look for a "version string" inside a file and print it out to the CLI if it
  137. finds it.  A "version string" has been added to many of the new import modules.
  138. This makes it very easy to find out what version of the import module you have.
  139. From a CLI just type "version <module name>" and press return. You no longer
  140. have to load up PageStream and look at the import requester for the version
  141. number.
  142.  
  143. With version 2.0 of the OS the "version" command has gained some new talents.
  144. Whereas it used to only work on libraries, it now works on any file. It will
  145. look for a "version string" inside a file and print it out to the CLI if it
  146. finds it.  A "version string" has been added to many of the new import modules.
  147. This makes it very easy to find out what version of the import module you have.
  148. From a CLI just type "version <module name>" and press return. You no longer
  149. have to load up PageStream and look at the import requester for the version
  150. number.
  151.  
  152. As with all the modules, if you come across some pictures that will not load
  153. or crash when importing, please upload them to our BBS or mail them to us on
  154. a floppy disk with an explaination of the problem. We will try them and fix
  155. the import module if appropriate.
  156.  
  157. Thank you,
  158.       
  159.  
  160.  
  161. Gary Knight
  162. Soft-Logik Publishing Corp.
  163.