Lines Matching full:jpeg
3 cjpeg \- compress an image file to a JPEG file
17 named, and produces a JPEG/JFIF file on the standard output.
44 Create monochrome JPEG file from color input. Be sure to use this switch when
50 you'll get a smaller JPEG file that takes less time to process.
56 usually makes the JPEG file a little smaller, but
63 Create progressive JPEG file (see below).
79 reconstructed image: the higher the quality setting, the larger the JPEG file,
104 considered optional in the JPEG standard.
107 other JPEG programs may be unable to decode the resulting file. Use
113 switch creates a "progressive JPEG" file. In this type of JPEG file, the data
118 standard JPEG file of the same quality setting, and the total file size is
121 progressive JPEG is not yet widely implemented, so many decoders will be
122 unable to view a progressive JPEG file at all.
141 Emit a JPEG restart marker every N MCU rows, or every N MCU blocks if "B" is
171 option inserts extra markers that allow a JPEG decoder to resynchronize after
183 when converting dithered images to JPEG: a moderate smoothing factor of 10 to
185 JPEG file and a better-looking image. Too large a smoothing factor will
194 JPEG. For example, you can use
207 Set JPEG sampling factors for each color component.
212 The "wizard" switches are intended for experimentation with JPEG. If you
225 Color GIF files are not the ideal input for JPEG; JPEG is really intended for
228 colors. GIF works great on these, JPEG does not. If you want to convert a
229 GIF to JPEG, you should experiment with
238 Avoid running an image through a series of JPEG compression/decompression
241 lossless format while manipulating an image, then convert to JPEG format when
250 JPEG files; the percentage improvement is often a lot more than it is on
253 mode is always selected when generating progressive JPEG files.)
274 Wallace, Gregory K. "The JPEG Still Picture Compression Standard",
277 Independent JPEG Group
283 of GIF files to JPEG is usually a bad idea anyway.)