summaryrefslogtreecommitdiff
path: root/trunk/djpeg.1
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2012-01-28 01:48:07 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2012-01-28 01:48:07 +0000
commitfe1cef224fd4b489787057f5b90cfcd06dcc631a (patch)
tree1c6f48e32cc30ef5bad514f752366473a7e3df3f /trunk/djpeg.1
parentc65589a465e33bf0321d63a5af405b2811863281 (diff)
Support additional scaling factors when decompressing
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@753 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/djpeg.1')
-rw-r--r--trunk/djpeg.17
1 files changed, 4 insertions, 3 deletions
diff --git a/trunk/djpeg.1 b/trunk/djpeg.1
index e5e46f2..6586d25 100644
--- a/trunk/djpeg.1
+++ b/trunk/djpeg.1
@@ -1,4 +1,4 @@
-.TH DJPEG 1 "11 October 2010"
+.TH DJPEG 1 "27 January 2012"
.SH NAME
djpeg \- decompress a JPEG file to an image file
.SH SYNOPSIS
@@ -62,8 +62,9 @@ runs noticeably faster in this mode.
.TP
.BI \-scale " M/N"
Scale the output image by a factor M/N. Currently the scale factor must be
-1/1, 1/2, 1/4, or 1/8. Scaling is handy if the image is larger than your
-screen; also,
+M/8, where M is an integer between 1 and 16 inclusive, or any reduced fraction
+thereof (such as 1/2, 3/4, etc.) Scaling is handy if the image is larger than
+your screen; also,
.B djpeg
runs much faster when scaling down the output.
.TP