home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Painting / OpalPaint32B-020+Version.LHA / OpalVision / Update.doc < prev   
Encoding:
Text File  |  1994-07-07  |  4.8 KB  |  123 lines

  1.                     Summary of Updates to OpalPaint
  2.  
  3.                     New features for OpalPaint v2.3
  4.  
  5. 1) Key File:
  6.  
  7.         All  keyboard  commands are now definable, the text file containing
  8. these  definitions  is  called "OpalPaint:Prefs/OpalPaint.keys".  This file
  9. should  be  fairly  self explanitory, each key definition contains a string
  10. defining  the  key  combination  followed  by  a token keyword defining the
  11. operation to be performed.  For example:
  12.  
  13.         Amiga P   Preferences
  14.  
  15. defines  that the Amiga-shift-p combination should bring up the preferences
  16. menu.
  17.  
  18.   Comments  begin with a // combination, whenever a comment is encountered,
  19. the  rest  of  the  line  is  ignored.   Any  available  keywords which are
  20. undefined are specified at the top of the file in a comment.
  21.  
  22.   The  ARexx  command 'Key' has been changed to take keyfiles into account.
  23. For instance if your ARexx script has the command:
  24.  
  25.         Key Amiga Q
  26.  
  27.   This will only work properly if the user's keyfile has Amiga Q defined as
  28. quit (which it was in all previous versions of OpalPaint).
  29.  
  30.    The  ARexx Key command now accepts the same keyword tokens as those used
  31. in the keyfile.  The above command can now be changed to:
  32.  
  33.         Key Quit
  34.  
  35.   which will work regardless of any keyfile definitions.
  36.  
  37.  
  38. 2) Raising the menu bar.
  39.  
  40.    Some  monitors cannot be adjusted to view the entire overscan area, this
  41. causes  the  menu bar to not be entirely visible when operating in overscan
  42. mode.   To  help  overcome  this problem, there is now a preference options
  43. which will raise the toolbar up in when working on overscan images.
  44.  
  45.    This  preference option is on by default, so you must turn it off if you
  46. want OpalPaint to operate as in previous versions.
  47.  
  48. 3) Pen flicks.
  49.  
  50.    When  OpalPaint is used in combination with a pressure sensitive tablet,
  51. pen flicks can now be used to hide the menu bar and enter the palette menu.
  52. To hide/redisplay the menu bar, flick the pen quickly vertically.  To enter
  53. or quit the palette menu, flick the pen to the horizontally.
  54.  
  55.    Pen flicks are enabled by default, but can be disabled in preferences.
  56.  
  57.  
  58. 4) Clone texture mode.
  59.  
  60.   The  clone  and  pantagraph  modes are similar to the relative rubthrough
  61. mode previously available in OpalPaint, however these two new modes are far
  62. more powerful and simpler to use.
  63.  
  64.    Once  the clone mode is enabled via the texture menu, or by using alt-c,
  65. an  extra cross-hair will appear on the screen.  This cross-hair represents
  66. the  area  from  which  the texture information will come from.  The cross-
  67. hair  can  be  move at any time by simply moving the mouse pointer over it,
  68. selecting  it with the left mouse button and dragging it to a new location.
  69. Alternatively,  the cross-hair can be positioned by moving the mouse cursor
  70. to the desired location and pressing alt-shift-c.
  71.  
  72.    When in clone mode, drawing to any other part of the image will copy the
  73. image  data  from  the  clone cross-hairs to that screen location.  Hence a
  74. part of the image can be cloned to any other parts of the image.
  75.  
  76. 5) Pantograph texture mode.
  77.  
  78.   The pantograph mode is similar to the clone mode, but is much more useful
  79. for image retouching.
  80.  
  81.   The  pantograph  mode  is enabled in the texture menu, or using the alt-p
  82. combination.   Again an extra cross-hair will appear on the screen, and all
  83. drawing  operations  will  use  this  cross-hair  as  the source for colour
  84. information.
  85.  
  86.   When  the  pantograph  is first enabled, the cross-hair is stationary and
  87. can  be  dragged  to  a  new  location in the same maner as the clone mode.
  88. However,  once  a  drawing operation is initiated, the two cross-hairs will
  89. always  remain the same distance appart.  This allows simplifies retouching
  90. by  making  sure  that the image data being copied across will always match
  91. up, even over multiple brush strokes.
  92.  
  93.   If  you  wish  to  reposition  the pantograph, holding down the shift key
  94. (while  your  not  drawing)  will  imobilise the pantograph cross-hair.  To
  95. reposition  the  pantograph,  simply  move  the  mouse  until  the  smaller
  96. cross-hair  is over the area you wish to copy from, hold down the shift key
  97. and move to the are you want to copy to, and relase the shift key.
  98.  
  99.   The  pantograph  cross-hair  can  also  be  moved  to  the current cursor
  100. position by pressing alt-shift-p.
  101.  
  102. 6) New loaders/savers.
  103.  
  104.    A  GIF  loader,  as well as a VPB loader and saver have been added.  The
  105. VPB loader and saver allows images to be transfered between OpalPaint and a
  106. Quantel PaintBox via the Picture Port interface.
  107.  
  108. 7) Zapping brushes.
  109.  
  110.   Brushes   can   be  zapped  in  the  same  manner  as  images  using  the
  111. Amiga-Shift-z  key  combination.  This will apply the current drawing mode,
  112. gradients etc to the current brush.
  113.  
  114. 8) Speed.
  115.  
  116.   Amiga 4000 owners should see a reasonable speed increase in some drawing
  117. operations, such as airbrushing.
  118.  
  119. 9) ARexx Requesters.
  120.  
  121.     See ARexxReq.doc
  122.  
  123.