home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
CDRom
/
ASIMCD30.LHA
/
arexx_samples
/
asimphoto
/
resolution.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
OS/2 REXX Batch file
|
1994-08-01
|
318 b
|
19 lines
/* This example will demonstrate the use of the resolution command
in AsimPhoto.
(C)1993 Asimware Innovations */
RES_BASE16 = "base16"
RES_BASE4 = "base4"
RES_BASE = "base"
address "AsimPhoto_ARexx.1"
resolution RES_BASE4 /* Set to a size of 384x256 */
exit