$39,00
Get all products for one price
JPEG
JPEG (JAY-peg) is a commonly used method of compression for photographic images. The degree of compression can be
adjusted, allowing a selectable tradeoff between storage size and image quality. JPEG typically achieves 10:1 compression
with little perceptible loss in image quality.
JPEG compression is used in a number of image file formats. JPEG/Exif is the most common image format used by digital cameras
and other photographic image capture devices; along with JPEG/JFIF,
it is the most common format for storing and transmitting photographic images on the World Wide Web. These format variations
are often not distinguished, and are simply called JPEG.
The MIME media type for JPEG is image/jpeg (defined in RFC 1341). The JPEG standard
The name ""JPEG"" stands for Joint Photographic Experts Group, the name of the committee that created the
standard. The group was organized in 1986, issuing a standard in 1992, which was approved in 1994 as ISO 10918-1.
The JPEG standard specifies both the codec, which defines how an image is compressed into a stream of bytes and decompressed back into
an image, and the file format used to contain that stream.
[edit] Typical usage
The JPEG compression algorithm is at its best on photographs and paintings of realistic scenes with smooth variations of tone and color. For web usage, where the bandwidth
used by an image is important, JPEG is very popular. JPEG/Exif is also the most common format saved by digital cameras.
On
the other hand, JPEG is not as well suited for line drawings and other textual or iconic graphics, where the sharp contrasts
between adjacent pixels cause noticeable artifacts. Such images are better saved in a lossless graphics format such as TIFF,
GIF, PNG, or a raw image format.
JPEG is also not well suited to files that will undergo multiple edits, as some image quality
will usually be lost each time the image is decompressed and recompressed, particularly if the image is cropped or shifted, or
if encoding parameters are changed – see digital generation loss for details. To avoid this, an image that is being modified or
may be modified in the future can be saved in a lossless format such as PNG, and a copy exported as JPEG for distribution.
As JPEG is a lossy compression method, which removes information from the image, it must not be used in astronomical or medical
imaging or other purposes where the exact reproduction of the data is required. Lossless formats such as PNG must be used instead.
The article is based on materials from matroska.org, wikipedia.org.
|