Lines Matching refs:JPEG
8 The Independent JPEG Group's JPEG software
11 This distribution contains a release of the Independent JPEG Group's free JPEG
18 and other members of the Independent JPEG Group.
21 (also known as JPEG, together with ITU-T SG16).
29 OVERVIEW General description of JPEG and the IJG software.
31 REFERENCES Where to learn more about JPEG.
42 wizard.txt Advanced usage instructions for JPEG wizards only.
45 libjpeg.txt How to use the JPEG library in your own programs.
46 example.txt Sample code for calling the JPEG library.
47 structure.txt Overview of the JPEG library's internal structure.
50 Please read at least usage.txt. Some information can also be found in the JPEG
54 If you want to understand how the JPEG code works, we suggest reading one or
62 This package contains C software to implement JPEG image encoding, decoding,
63 and transcoding. JPEG (pronounced "jay-peg") is a standardized compression
64 method for full-color and grayscale images. JPEG's strong suit is compressing
67 other abrupt features may not compress well with JPEG, and a higher JPEG
71 JPEG is lossy, meaning that the output pixels are not necessarily identical to
78 This software implements JPEG baseline, extended-sequential, and progressive
84 We provide a set of library routines for reading and writing JPEG image files,
86 perform conversion between JPEG and some other popular image file formats.
90 considerable functionality beyond the bare JPEG coding/decoding capability;
91 for example, the color quantization modules are not strictly part of JPEG
97 different JPEG processes, and "rdjpgcom" and "wrjpgcom", two simple
102 the software is not intended to be read as a tutorial on JPEG. (See the
143 the Independent JPEG Group".
154 it. This software may be referred to only as "the Independent JPEG Group's
179 understand the innards of the JPEG software.
181 The best short technical introduction to the JPEG compression algorithm is
182 Wallace, Gregory K. "The JPEG Still Picture Compression Standard",
185 applications of JPEG, and related topics.) If you don't have the CACM issue
187 available at http://www.ijg.org/files/Wallace.JPEG.pdf. The file (actually
193 A somewhat less technical, more leisurely introduction to JPEG can be found in
197 including JPEG. It is an excellent source if you are comfortable reading C
198 code but don't know much about data compression in general. The book's JPEG
202 The best currently available description of JPEG is the textbook "JPEG Still
205 Price US$59.95, 638 pp. The book includes the complete text of the ISO JPEG
208 The original JPEG standard is divided into two parts, Part 1 being the actual
216 The JPEG standard does not specify all details of an interchangeable file
220 compression and coding of continuous-tone still images: JPEG File Interchange
224 http://www.w3.org/Graphics/JPEG/jfif3.pdf.
227 ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme
230 Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
233 of the TIFF spec will replace the 6.0 JPEG design with the Note's design.
234 Although IJG's own code does not support TIFF/JPEG, the free libtiff library
235 uses our library to implement TIFF/JPEG per the Note.
245 The JPEG FAQ (Frequently Asked Questions) article is a source of some
246 general information about JPEG.
260 ITU T.871 | ISO/IEC 10918-5 (JPEG File Interchange Format-- see REFERENCES).
261 Informally, the term "JPEG image" or "JPEG file" most often refers to JFIF or
262 a subset thereof, but there are other formats containing the name "JPEG" that
263 are incompatible with the DCT-based JPEG standard or with JFIF (for instance,
264 JPEG 2000 and JPEG XR). This software therefore does not support these
267 JPEG files.
269 JFIF is a minimal or "low end" representation. TIFF/JPEG (TIFF revision 6.0 as