home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Graphics / vector / PencilTWO.README < prev    next >
Encoding:
Text File  |  1995-05-22  |  2.4 KB  |  33 lines

  1. PencilTWO is a vector-oriented drawing program. Its most remarkable feature is flexibility: New drawing methods can be added to it in the form of postscript language procedures (even at run-time) and it has a built-in TCL interpreter, with which you can write macros and change UI features. There are polygons, curves (Hermite, Bezier and Catmull-Rom), circles, arcs, rectangles, character paths, "Rich Text" and so on. You can rotate, scale, group, clip, copy, paste, reorder and move graphics. There are several fill types (including gradient fill) and stroke types (including "neon light" gradient stroke). You can add shadows and other effects to a graphic object. You can copy objects or the whole view as postscript to the pasteboard. You can scroll around and zoom into the document. There is even a basic freehand tool for drawing polygons.
  2.  
  3. PencilTWO may be distributed under the GNU General Public License. Its built-in TCL interpreter is under a separate license. (Start PencilTWO and select "Copyright" in the Help Panel)
  4.  
  5. RELEASE NOTES:
  6.  
  7. PencilTWO has the following new features:
  8. - Built-in tcl interpreter (about 50 Pencil-related tcl commands + "object-oriented" tcl interface to some of NEXTSTEP's GUI classes)
  9. - 128 Layers
  10. - A "palette" window that contains graphic objects which can be dragged&dropped into the document
  11. - An "attributes" window with easy access to your predefined graphic attributes
  12. - "Blending" between two objects
  13. - Transparency (!) (limited, but it will print - no compositing)
  14. - Scrolling through scrollbars
  15. - NEXTSTEP Help panel
  16. - A "Shapes" panel with icons for the path method types
  17. - New "Catmull-Rom"-curve type
  18. - Bugs in treatment of tiff/eps-images fixed (at least for images which are not rotated: I use compositing now. For rotated images I still use the old hack...)
  19. - A full 2x3 transformation matrix is now stored with every object, eliminating a bug with scaling differently in x/y directions. Now you can shear objects, too.
  20. - PageLayout panel supported
  21.  
  22. I have changed/discarded/added some PostScript procedures. So you will have to convert Pencil1.0-files (however, there is a possibility to view/change them without conversion). 
  23.  
  24. To compile the source code, you will need the tcl7.3 distribution, which is available from a lot of ftp servers.
  25.  
  26. Thanks to Ralf Suckow for the bezier curves code.
  27.  
  28. You can reach me at 
  29. a0047@freenet.uni-bayreuth.de
  30.  
  31. Florian Marquardt
  32. (86736 Dornstadt-Auhausen, Bavaria, Germany, Europe, Earth, Sol)
  33.