home *** CD-ROM | disk | FTP | other *** search
- /*
- Control Tower Arexx Script
- Written By J.L. White
- (C)1995 Merlin's Software
- Lines=5
- 01=Sepia
- 02=
- 03=This script will take the current
- 04=image in TPaint and then convert
- 05=it to a Sepiatone Image.
- */
-
- options results
-
- arg Num TotalNum
- Address "DigiPaint"
-
- '8rgb' 255 255 255
- 'Pmco'
- 'Hvof'
- 'Maxe'
- 'Whsc'
- 'Pmcl'
- 'Cbx7'
- 'Pot0' $A000
- 'Whsc'
-
- exit
-