FastPhoto
Section: User Commands (1)
Updated: February 2006
Index
Return to Main Contents
NAME
fastphoto - high performance photo rescaler
SYNOPSIS
fastphoto
[OPTION]...
DESCRIPTION
Rescale JPEG image files.
fastphoto is a high-performance rescaling tool for photographic images. It
can be installed on a web server as a handler for files of type image/jpeg,
providing fast server-side resizing with (optional) transparent caching.
fastphoto uses libepeg, a high-performance JPEG resizing library which
decodes only the DCT coefficients needed to reconstruct an image of the
desired size, and avoids colorspace conversions (unless converting color
images to grayscale).
fastphoto preserves the aspect of the original file unless both width and
height options are specified.
COMMANDLINE OPTIONS
Scale options
- -w, --width
-
Set the width of the output image.
- -h, --height
-
Set the height of the output image.
- -s, --scale
-
Set the scale as a percentage
Output options
- -q, --quality
-
Set the output quality as a percentage
- -G, --gray
-
Convert to grayscale
Informational options
- -i, --info
-
Display information about the given image and exit
Miscellaneous options
- -H, --help
-
display usage information and exit
- -v, --verbose
-
Print informative messages. Additional instances of -v raise the
debugging level, ie. print more information.
- -V, --version
-
output version information and exit
SERVER CONFIGURATION
fastphoto can be installed as a handler for files of type image/jpeg.
For more information see http://www.kfish.org/software/fastphoto
SEE ALSO
httpd(8), apache(8)
AUTHOR
Conrad Parker <conrad@metadecks.org>, February 2006
Epeg by Carsten Haitzler (the Rasterman).
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- COMMANDLINE OPTIONS
-
- SERVER CONFIGURATION
-
- SEE ALSO
-
- AUTHOR
-
This document was created by
man2html,
using the manual pages.
Time: 10:19:16 GMT, February 21, 2006