~ubuntu-branches/ubuntu/saucy/libjpeg-turbo/saucy-security

« back to all changes in this revision

Viewing changes to usage.txt

  • Committer: Package Import Robot
  • Author(s): Fathi Boudra
  • Date: 2013-07-28 16:52:51 UTC
  • mfrom: (1.1.3) (9.1.1 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130728165251-7vg6wszhm941kdej
Tags: 1.3.0-0ubuntu1
* New upstream release.
  - drop debian/patches/branch-updates.diff
  - refresh tjunittest.patch (now renamed to install-tjunittest.patch)
* Update debian/control:
  - add myself to Uploaders.
* Update debian/copyright:
  - add RSA Data Security copyright (md5).
* Update debian/libturbojpeg.install:
  - install libturbojpeg.so.0* (needed by tjunittest and tjbench).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NOTE:  This file was modified by The libjpeg-turbo Project to include only
 
2
information relevant to libjpeg-turbo and to wordsmith certain sections.
 
3
 
1
4
USAGE instructions for the Independent JPEG Group's JPEG software
2
5
=================================================================
3
6
 
77
80
                        saying -grayscale, you'll get a smaller JPEG file that
78
81
                        takes less time to process.
79
82
 
 
83
        -rgb            Create RGB JPEG file.
 
84
                        Using this switch suppresses the conversion from RGB
 
85
                        colorspace input to the default YCbCr JPEG colorspace.
 
86
 
80
87
        -optimize       Perform optimization of entropy encoding parameters.
81
88
                        Without this, default encoding parameters are used.
82
89
                        -optimize usually makes the JPEG file a little smaller,
250
257
                        djpeg runs noticeably faster in this mode.
251
258
 
252
259
        -scale M/N      Scale the output image by a factor M/N.  Currently
253
 
                        the scale factor must be 1/1, 1/2, 1/4, or 1/8.
254
 
                        Scaling is handy if the image is larger than your
255
 
                        screen; also, djpeg runs much faster when scaling
256
 
                        down the output.
 
260
                        the scale factor must be M/8, where M is an integer
 
261
                        between 1 and 16 inclusive, or any reduced fraction
 
262
                        thereof (such as 1/2, 3/4, etc.  Scaling is handy if
 
263
                        the image is larger than your screen; also, djpeg runs
 
264
                        much faster when scaling down the output.
257
265
 
258
266
        -bmp            Select BMP output format (Windows flavor).  8-bit
259
267
                        colormapped format is emitted if -colors or -grayscale