home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Misc
/
EDG-CT1.DMS
/
in.adf
/
CT.run
/
Scripts2
/
5
/
Apply_SobelEdge_To_Image
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-11
|
387 b
|
24 lines
/*
Control Tower Arexx Script
Written By J.L. White
(C)1995 Merlin's Software
Lines=5
01=Apply SobelEdge To Image
02=
03=This script will load an image into
04=Image FX and then apply the SOBELEDGE
05=hook to the image.
*/
options results
arg FrameNum TotalFiles
address "IMAGEFX.1"
Hook SobelEdge
exit