aboutsummaryrefslogtreecommitdiff
path: root/usage.txt
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-01-01 10:25:43 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-01-01 10:25:43 +0000
commit4fccc5fdae844735c62ad4443e8da5d5d513d82f (patch)
tree3a7d37d30146a83f4b0141a705b22c9a053b139c /usage.txt
parent5fdd6ca97e919aaf6f76da1905672f4c3c8bd33f (diff)
Add cjpeg -rgb option from jpeg-8d
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@880 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'usage.txt')
-rw-r--r--usage.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/usage.txt b/usage.txt
index 496d9ce..775a544 100644
--- a/usage.txt
+++ b/usage.txt
@@ -80,6 +80,10 @@ The basic command line switches for cjpeg are:
saying -grayscale, you'll get a smaller JPEG file that
takes less time to process.
+ -rgb Create RGB JPEG file.
+ Using this switch suppresses the conversion from RGB
+ colorspace input to the default YCbCr JPEG colorspace.
+
-optimize Perform optimization of entropy encoding parameters.
Without this, default encoding parameters are used.
-optimize usually makes the JPEG file a little smaller,