home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / EDG-CT1.DMS / in.adf / CT.run / Scripts2 / 5 / Solarize_Image < prev    next >
Encoding:
Text File  |  1995-10-17  |  427 b   |  23 lines

  1. /*
  2.                         Control Tower Arexx Script
  3.                            Written By J.L. White
  4.                          (C)1995 Merlin's Software
  5.  
  6. Lines=5
  7. 01=Solarize
  8. 02= 
  9. 03=This script loads each image of the File List Window
  10. 04=into ImageFX and simulates re-exposing the image to
  11. 05=light. This over-exposes certain areas of the image.
  12.  
  13. */
  14.  
  15. options results
  16.  
  17. arg FrameNum TotalNum
  18. address "IMAGEFX.1"
  19.  
  20. Solarize
  21.  
  22. exit
  23.