mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
30 lines
1.2 KiB
Groff
30 lines
1.2 KiB
Groff
|
.\" Automatically generated by image-resize -write-bam
|
||
|
.TH IMAGE-RESIZE 1 "27 December 2014" "1.9.0" Panda3D
|
||
|
.SH NAME
|
||
|
image-resize \- resize an image file
|
||
|
.SH SYNOPSIS
|
||
|
\fBimage-resize\fR [opts] inputimage outputimage
|
||
|
.br
|
||
|
\fBimage-resize\fR [opts] -o outputimage inputimage
|
||
|
.SH DESCRIPTION
|
||
|
This program reads an image file and resizes it to a larger or smaller image file.
|
||
|
.SH OPTIONS
|
||
|
.TP
|
||
|
.BI "\-x " "xsize"
|
||
|
Specify the width of the output image in pixels, or as a percentage of the original width (if a trailing percent sign is included). If this is omitted, the ratio is taken from the ysize parameter.
|
||
|
.TP
|
||
|
.BI "\-y " "ysize"
|
||
|
Specify the height of the output image in pixels, or as a percentage of the original height (if a trailing percent sign is included). If this is omitted, the ratio is taken from the xsize parameter.
|
||
|
.TP
|
||
|
.BI "\-g " "radius"
|
||
|
Use Gaussian filtering to resize the image, with the indicated radius.
|
||
|
.TP
|
||
|
.B \-1
|
||
|
This option is ignored. It is provided only for backward compatibility with a previous version of image-resize.
|
||
|
.TP
|
||
|
.BI "\-o " "filename"
|
||
|
Specify the filename to which the resulting image file will be written. If this option is omitted, the last parameter name is taken to be the name of the output file.
|
||
|
.TP
|
||
|
.B \-h
|
||
|
Display this help page.
|