home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / wp_dtp / dr2d.lha / readme < prev   
Text File  |  1992-08-14  |  5KB  |  133 lines

  1.               ** UPDATED IMPORT MODULE FOR PAGESTREAM2 **
  2.                         
  3.                    DR2D.import  - version 2.1.8
  4.  
  5. ;***************************** Changes **************************
  6. ; version 2.1.8 (8/3/92)
  7. ;       - fixed another bug relating to the poly-to-line conversion. This one
  8. ;         occured when the page was rotated.
  9. ;
  10. ;
  11. ; version 2.1.7 (7/29/92)
  12. ;       - fixed a bug when loading DR2D files that have a CNAM chunk without
  13. ;         names for all the colors in the cmap. If a color was used that did
  14. ;         not have a name, no name was generated for the color.
  15. ;
  16. ;
  17. ; version 2.1.6 (6/3/92)
  18. ;       - fixed  a bug when converting poly objects into lines. The lines
  19. ;         would sometimes be rotated the wrong direction. This has been 
  20. ;         fixed.
  21. ;
  22. ; version 2.1.5
  23. ;
  24. ;       - added a version string, so 'version dr2d.import' will return
  25. ;         the version number of the module.
  26. ;
  27. ;       - added font support - if the font specified in the FONS chunk is 
  28. ;         available to PageStream it will use it, if not it will use a serif
  29. ;         or san-serif font (CSTimes or CSTriumvirate) depanding on the flag 
  30. ;         in the FONS chunk.
  31. ;
  32. ;       - added support for the new CMYK chunk. The module will use the CMYK
  33. ;         definition if present, if not it will use the rgb (CMAP) definition
  34. ;         for the color values.
  35. ;
  36. ;       - added support for the new CNAM chunk. The module will use the name
  37. ;         from the CNAM chunk if present, otherwise it will construct a name
  38. ;         from the CMYK definition if present, if not, it will construct the 
  39. ;         name from the rgb (CMAP) definition.
  40. ;
  41. ;       - fixed a bug that would cause PgS to crash when the object was pasted
  42. ;         in some instances. This occured because a CPLY was identified as a 
  43. ;         line at the start of the object processing code (it had 2 points) 
  44. ;         and not at the end (because it was suppose to be filled).
  45. ;
  46. ;
  47. ; version 2.1.4
  48. ;
  49. ;       - fixed bug when placing text objects (stxt chunks). Before it would
  50. ;         use the baseline as the top of the object, now it uses it as the
  51. ;         baseline and calculates the top and bottom of the object using the
  52. ;         baseline as a reference.
  53. ;
  54. ;
  55. ; version 2.1.3  (shipped with PgS2.1 12/7/90)
  56. ;
  57. ;       - now handles different coordinate systems (different zero origin)
  58. ;
  59. ;
  60. ; version 2.1.2
  61. ;
  62. ;       - fixed color bug that occured when trying to add predefined
  63. ;         color with a different name (ie. Black = DR2D000000)
  64. ;
  65. ;                
  66. ; version 2.1.1   (uploaded 11/16/90)
  67. ;
  68. ;       - fixed bug when first point of the curve is not the same as the
  69. ;         prev point.
  70. ;
  71. ;
  72. ; version 2.1.0 (and above needs PgS 2.1.0)
  73. ;
  74. ;       - added support for group objects
  75. ;
  76. ;       - added suport for color
  77. ;
  78. ;       - fixed negative floating point number bug
  79. ;
  80. ;       - fixed line width - now no longer divides dr2d line width by 100
  81. ;
  82. ;       - fixed text import bug
  83. ;
  84. ;       - now detects serif and sanserif text objects
  85. ;
  86. ;       - fixed bug in poly stuff - changed tdln dection method
  87. ;
  88. ;
  89. ; version 2.0.1
  90. ;                               
  91. ;       - added supported for CURVETO and MOVETO in same case (0x00000003)
  92. ;       
  93. ;       - fix bug that caused divide by zero error when an old dr2d file
  94. ;         was imported. this was caused by a lack of pprf chunk. this in
  95. ;         turn would never set up the conversion factors so they would
  96. ;         be zero - hence the divide by zero error!. this has been fixed.
  97. ;
  98. ;
  99. ; version 2.0.0
  100. ;       
  101. ;       - first release
  102.  
  103.  
  104. ***************************************************************************
  105.  
  106.  
  107.  
  108. IFF DR2D???  What the heck is that?  IFF DR2D is a new IFF file format for 
  109. 2-D Structured Drawings (as opposed to bitmap drawings).
  110.  
  111. IFF DR2D is currently used by ProVector to store it's files.
  112.  
  113. With version 2.0 of the OS the "version" command has gained some new talents.
  114. Whereas it used to only work on libraries, it now works on any file. It will
  115. look for a "version string" inside a file and print it out to the CLI if it
  116. finds it.  A "version string" has been added to many of the new import modules.
  117. This makes it very easy to find out what version of the import module you have.
  118. From a CLI just type "version <module name>" and press return. You no longer
  119. have to load up PageStream and look at the import requester for the version
  120. number.
  121.  
  122. As with all the modules, if you come across some pictures that will not load
  123. or crash when importing, please upload them to our BBS or mail them to us on
  124. a floppy disk with an explaination of the problem. We will try them and fix
  125. the import module if appropriate.
  126.  
  127.  
  128. Thank you,
  129.  
  130.  
  131. Gary Knight
  132. Soft-Logik Publishing Corp.
  133.