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

  1. /*
  2.                         Control Tower Arexx Script
  3.                            Written By J.L. White
  4.                          (C)1995 Merlin's Software
  5. Lines=6
  6. 01=Emboss Sharp
  7. 02= 
  8. 03=This script will take the current
  9. 04=image in TPaint and then Emboss
  10. 05=the image with the blur operator
  11. 06=off to make the image sharp
  12.  
  13. */
  14.  
  15. options results
  16.  
  17. arg Num TotalNum
  18. Address "DigiPaint"
  19.  
  20.   'Maxc'
  21.   'Maxe'
  22.   '8rgb' 255 255 255
  23.   'Pmco'
  24.   'Hvof'
  25.   'Maxe'
  26.   'Whsc'
  27.   'Pmcl'
  28.   'Bdel'
  29.   'Dotb'
  30.   'Drre'
  31.   'Scis'
  32.   'Pend' 0 0
  33.   'Penu' 752 480
  34.   'Bcop'
  35.   'Hvof'
  36.   'Maxc'
  37.   'Drre'
  38.   'Flon'
  39.   '8rgb' 255 255 255
  40.   'Pmxo'
  41.   'Hvof'
  42.   'Maxe'
  43.   'Whsc'
  44.   'Hvof'
  45.   'Midc'
  46.   'Pmcl'
  47.   'Bres'
  48.   'Txma'
  49.   'Drre'
  50.   'Flon'
  51.   'Pend' 3 3
  52.   'Penu' 755 483
  53.   'Bdel'
  54.   'Dotb'
  55. exit
  56.