home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / CDRom / ASIMCD30.LHA / arexx_samples / asimphoto / resolution.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-08-01  |  318 b   |  19 lines

  1. /*  This example will demonstrate the use of the resolution command
  2.     in AsimPhoto.
  3.  
  4.     (C)1993 Asimware Innovations                                       */
  5.  
  6.  
  7. RES_BASE16 = "base16"
  8. RES_BASE4 = "base4"
  9. RES_BASE = "base"
  10.  
  11.  
  12. address "AsimPhoto_ARexx.1"
  13.  
  14.  
  15. resolution RES_BASE4                    /* Set to a size of 384x256 */
  16.  
  17.  
  18. exit
  19.