home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / amiga / opalvisn / adprrxxw.lzh / ADProRexxUpdate next >
Text File  |  1993-02-13  |  1KB  |  27 lines

  1. Hi people,
  2.  
  3. I just received MorphPlus and found that my old ARexx scripts for quick
  4. saving to OpalVision were a little messed up (my apologies to those people
  5. who had MorphPlus all along).  ASDG changed the number of screen types and
  6. my code didn't pick up on it.  The new versions will work for the current
  7. ADPro/MorphPlus and hopefully their next couple of updates.  I've also
  8. included 2 similar scripts to load and save to the new TEMP buffer in ADPro
  9. and MorphPlus without having to change the loader or saver types.  This
  10. helps when testing operators and you need to make or scale another pic for
  11. refraction or the alpha channel, etc.  Just leave your current loader or
  12. saver in place and hit the 'F4' key to save to TEMP and then when needed,
  13. use 'F5' to retrieve the image.  As always, you can change the script names
  14. to fit your system, just read the ARexx section in your MorphPlus/ADPro
  15. manual.
  16.  
  17.     key   function
  18.     
  19.     F4:   Save current image in ADPro to the TEMP buffer
  20.     F5:   Load image saved in the TEMP buffer
  21.     F6:   Save (show) the current 24 bit image in ADPro with OpalVision
  22.     F7:   Save (show) ADPro rendered data with OpalVision
  23.  
  24. Hope these are of some use.  I wrote them because I get impatient and like
  25. to see my pics without having to change savers every two minutes.
  26.  
  27. Brian Wind,  February 12, 1993