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

  1. /*
  2.                         Control Tower Arexx Script
  3.                            Written By J.L. White
  4.                          (C)1995 Merlin's Software
  5.  
  6.  
  7. Lines=5
  8. 01=Charcoal Effect
  9. 02= 
  10. 03=This script will load an image into
  11. 04=Image FX and create a new image that
  12. 05=looks like it was drawn with Charcoal.
  13.  
  14. */
  15.  
  16. options results
  17.  
  18. arg Num TotalNum
  19. address "IMAGEFX.1"
  20.  
  21. EdgeDetect 1
  22. Color2Grey 333 334 333
  23. Blur 10
  24. Grey2Color
  25. exit
  26.