home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 109
/
EnigmaAmiga109CD.iso
/
software
/
grafica
/
imageengineerv3.41
/
imengv3.41p2
/
notes
/
deinterlace.notes
< prev
next >
Wrap
Text File
|
1999-10-15
|
1KB
|
76 lines
Image Engineer script - DeInterlace v1.00
SHORT DESCRIPTION
This script will seperate image from interlaced image
line by line, producing 2 new images.
REQUIREMENTS
Image Engineer v3.41 (Wision release 2)
INSTALLATION
This script belongs to Image Engineer distribution, so it
should allready be in IE:Arexx/, where it belongs.
USAGE
Activate window of an image to deinterlace and run the script.
ARGUMENTS
DeInterlace.rexx <pic>
<pic> is name of a picture (in IE)
AmigaDOS:
Sys:Rexxc/RX DeInterlace.rexx <arguments>
Sys:Rexxc/RX DeInterlace.rexx 001_testpic.iff
Other scripts:
ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/DeInterlace.rexx <arguments>"
Both versions above return you the names of these new pictures
in same variables.
1.
PROJECT_LIST
Parse result xyz pic sec .
2.
PROJECT_LIST
xyz=result
pic=subword(xyz,1,1)
sec=subword(xyz,2,1)
HISTORY
1.00
History started