.\" Process this file with .\" groff \-man \-Tascii foo.1 .\" .TH gifrsize 1 "giflib\-tools" .SH NAME gifrsize \- A program to resize image size by an integer factor, deleting bits when scaling down and duplicating bits when scaling up. .SH USAGE .B gifrsize [\-q] [\-S X Y] [\-s Scale] [\-x XScale] [\-y YScale] [\-h] gif\-file If no gif\-file is given, GifRSize will try to read a GIF file from stdin. .SH MEMORY REQUIRED Line. .SH OPTIONS .IP [\-q] Quiet mode. Defaults off on MSDOS, on under UNIX. Controls printout of running scan lines. Use \-q\- to invert. .IP "[\-S X Y] specifies the exact screen dimension of the output GIF. .IP "[\-s Scale] Set scaling factor for both x & y direction to Scale. Default is 0.5. Note this is a floating point number. .IP "[\-x XScale] Set scaling factor for x direction to Scale. Default is 0.5. Note: this is a floating point number. .IP "[\-y YScale] Set scaling factor for y direction to Scale. Default is 0.5. Note: this is a floating point number. .IP [\-h] Print one line of command line help, similar to Usage above. .SH AUTHOR Gershon Elber Man page created by T.Gridel , originally written by Eric S. Raymond