JFIF

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(EGFF link)
(Links)
Line 45: Line 45:
 
* [http://www.textfiles.com/programming/FORMATS/jpegjfif JFIF description (Eric Hamilton, 1992-09-01)]
 
* [http://www.textfiles.com/programming/FORMATS/jpegjfif JFIF description (Eric Hamilton, 1992-09-01)]
 
* {{EGFF|jpeg|JPEG File Interchange Format File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]]
 
* {{EGFF|jpeg|JPEG File Interchange Format File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]]
 +
* [https://twitter.com/angealbertini/status/535157859135127552/photo/1 JFIF poster]
  
 
[[Category:JPEG]]
 
[[Category:JPEG]]

Revision as of 02:23, 20 November 2014

File Format
Name JFIF
Ontology
Extension(s) .jpg, .jpeg, .jfif, .jfi
MIME Type(s) image/jpeg
LoCFDD fdd000018
PRONOM fmt/44
Released 1991

JFIF (JPEG File Interchange Format) is a standard that defines a portable subset of the JPEG file format. Most of the JPEG files in existence conform to JFIF.

JFIF defines JPEG application segments which serve to identify JFIF files, and to store a small amount of metadata: the pixel density, and a thumbnail image.

The presence of a JFIF segment implies that:

  • If the image has three components, its color format is YCbCr, using a conversion formula given in the specification. If it has one component, its color format is grayscale.
  • The image has a particular orientation.
  • If the image is subsampled, it uses a particular subsampling position.

JFIF was developed based on a draft version of the JPEG standard, which is how it can predate JPEG's official 1992 publication date.

Contents

Disambiguation

Don't confuse JPEG File Interchange Format with JPEG Interchange Format. The former is JFIF; the latter means approximately the same thing as JPEG.

Identification

Valid JFIF files begin with FF D8 FF E0 ?? ?? 'J' 'F' 'I' 'F' 00. Some technically-invalid files exist in which the JFIF segment has been relocated, and for them this signature will not match.

Versions

  • JFIF 1.00 (PRONOM: fmt/42) was the original version.
  • JFIF 1.01 (December 10, 1991; PRONOM: fmt/43) may have changed the subsampling position to centered.
  • JFIF 1.02 (September 1, 1992; PRONOM: fmt/44) added an optional JFXX segment, capable of storing a compressed thumbnail image.
  • JFIF 2.xx (~2014): Starting with version 9a, the Independent JPG Group's software supports "JFIF 2.01" (e.g. using cjpeg -bgycc), which apparently implies that the image uses "big gamut YCC". We have not located any specifications for this JFIF version.

Specifications

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox