home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / EDG-CT1.DMS / in.adf / CT.run / Scripts2 / 2 / Negative_Image < prev    next >
Encoding:
Text File  |  1995-10-07  |  398 b   |  26 lines

  1. /*
  2.                         Control Tower Arexx Script
  3.                            Written By J.L. White
  4.                          (C)1995 Merlin's Software
  5. Lines=5
  6. 01=Negative Image
  7. 02= 
  8. 03=This script will take the current
  9. 04=image in TPaint and convert it to
  10. 05=a Negative Image.
  11.  
  12. */
  13.  
  14. options results
  15.  
  16. arg Num TotalNum
  17. Address "DigiPaint"
  18.  
  19.     '8rgb' 255 255 255
  20.     'Pmxo'
  21.     'Hvof'
  22.     'Maxe'
  23.     'Whsc'
  24.  
  25. exit
  26.