home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Misc
/
VISONAIRE1,1MAIN.DMS
/
in.adf
/
virx
/
DisplayEachFrame.virx
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-10-30
|
267 b
|
16 lines
/*
* DisplayEachFrame.virx
* Copyright (c)1992 Bruno Costa & Lucia Darsa
*/
options results
parse arg outputfile type depth frame
detach
/* If you have 24bit graphics board, change here */
if depth ~= 24 then
address command display outputfile opt ma
exit 0