home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / EDG-CT1.DMS / in.adf / CT.run / Scripts2 / 2 / Emboss_Smooth < prev    next >
Encoding:
Text File  |  1995-10-09  |  804 b   |  61 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 Smooth
  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=on to make the image smooth
  12. */
  13.  
  14. options results
  15.  
  16. arg Num TotalNum
  17. Address "DigiPaint"
  18.  
  19.   'Maxc'
  20.   'Maxe'
  21.   '8rgb' 255 255 255
  22.   'Pmco'
  23.   'Hvof'
  24.   'Maxe'
  25.   'Whsc'
  26.   'Blu2'
  27.   'Whsc'
  28.   'Blu2'
  29.   'Whsc'
  30.   'Blu2'
  31.   'Whsc'
  32.   'Pmcl'
  33.   'Bdel'
  34.   'Dotb'
  35.   'Drre'
  36.   'Scis'
  37.   'Pend' 0 0
  38.   'Penu' 752 480
  39.   'Bcop'
  40.   'Hvof'
  41.   'Maxc'
  42.   'Drre'
  43.   'Flon'
  44.   '8rgb' 255 255 255
  45.   'Pmxo'
  46.   'Hvof'
  47.   'Maxe'
  48.   'Whsc'
  49.   'Hvof'
  50.   'Midc'
  51.   'Pmcl'
  52.   'Bres'
  53.   'Txma'
  54.   'Drre'
  55.   'Flon'
  56.   'Pend' 3 3
  57.   'Penu' 755 483
  58.   'Bdel'
  59.   'Dotb'
  60. exit
  61.