home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / graphics / gif-util.zip / GIFRSIZE.DOC < prev    next >
Text File  |  1989-08-01  |  765b  |  31 lines

  1.             GifRSize
  2.             --------
  3.  
  4. Program to resize image size by integer factor, using bits deleting (scaling
  5. down) and bits duplication (scaling up).
  6.  
  7. Usage:
  8. ------
  9.  
  10. Usage: GifRSize [-s Scale] [-x XScale] [-y YScale] [-u] [-d] [-h] GifFile
  11.  
  12.   If no GifFile is given, GifRSize will try to read stdin for GIF file.
  13.  
  14.  
  15. Memory required:
  16. ----------------
  17.  
  18. Line.
  19.  
  20.  
  21. Options:
  22. --------
  23.  
  24. 1. [-s Scale] : Set scaling factor for both x & y direction to Scale.
  25.    Default is 2.
  26. 2. [-x XScale] : Set scaling factor for x direction to Scale. Default is 2.
  27. 3. [-y YScale] : Set scaling factor for y direction to Scale. Default is 2.
  28. 4. [-u] : Scaling up.
  29. 5. [-d] : Scaling down. This is default.
  30. 6. [-h] : print one command line help, similar to Usage above.
  31.