JPEG
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 9: | Line 9: | ||
|} | |} | ||
− | {{FormatInfo|extensions={{ext|jpg}},{{ext|jpeg}},{{ext|jpe}}|mimetypes={{mimetype|image/jpeg}}}} | + | {{FormatInfo|extensions={{ext|jpg}},{{ext|jpeg}},{{ext|jpe}},{{ext|jif}}, {{ext|jfif}}, {{ext|jfi}}|mimetypes={{mimetype|image/jpeg}}}} |
'''JPEG''', named after the Joint Photographic Experts Group, which created the format, is a lossy compressed format well-suited to photographic images. Line drawings do better with non-lossy compressed bitmaps such as [[GIF]] and [[PNG]]. | '''JPEG''', named after the Joint Photographic Experts Group, which created the format, is a lossy compressed format well-suited to photographic images. Line drawings do better with non-lossy compressed bitmaps such as [[GIF]] and [[PNG]]. | ||
+ | |||
+ | The JFIF (JPEG File Interchange Format) further specifies the particular subset of the JPEG standard intended to be used for standardized image files, skipping some of the advanced features of JPEG intended for specific application use. | ||
== References == | == References == | ||
* [http://en.wikipedia.org/wiki/JPEG JPEG (Wikipedia)] | * [http://en.wikipedia.org/wiki/JPEG JPEG (Wikipedia)] | ||
* [http://www.w3.org/Graphics/JPEG/itu-t81.pdf JPEG standard] | * [http://www.w3.org/Graphics/JPEG/itu-t81.pdf JPEG standard] | ||
+ | * [http://www.w3.org/Graphics/JPEG/jfif3.pdf JFIF standard] |
Revision as of 07:10, 6 November 2012
File Formats | > | Electronic File Formats | > | Graphics | > | JPEG |
JPEG, named after the Joint Photographic Experts Group, which created the format, is a lossy compressed format well-suited to photographic images. Line drawings do better with non-lossy compressed bitmaps such as GIF and PNG.
The JFIF (JPEG File Interchange Format) further specifies the particular subset of the JPEG standard intended to be used for standardized image files, skipping some of the advanced features of JPEG intended for specific application use.