home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / elem-os2.zip / gbmsize.doc < prev    next >
Text File  |  1996-01-13  |  655b  |  13 lines

  1. GBMSIZE - Change the size of a bitmap
  2.  
  3. usage: gbmsize [-w w] [-h h] fn1.ext{,opt} [fn2.ext{,opt}]
  4. flags: -w w           new width of bitmap (default width of bitmap)
  5.        -h h           new height of bitmap (default height of bitmap)
  6.        fn1.ext{,opt}  input filename (with any format specific options)
  7.        fn2.ext{,opt}  optional output filename (or will use fn1 if not present)
  8.                       bitmap formats and options as before
  9.  
  10.     If none of the -w or -h options are supplied, the defaults will be
  11.     the input image size. Hence this program will just read one file and
  12.     write the data as another. Great for format conversion.
  13.