JPEG (JPG)In computing, JPEG (pronounced JAY-peg; IPA: /ˈdʒeɪpɛg/) is a commonly used method of compression for photographic images. 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. JPEG is distinct from MPEG (Moving Picture Experts Group), which produces compression schemes for video.
Image files that employ JPEG compression are commonly called "JPEG files". Most image editing software programs that write to a "JPEG file" are actually creating a file in JFIF format.[1] The most common file extension for this format is .jpg, though .jpeg, .jpe, .jfif and .jif are also used. It is also possible for JPEG data to be embedded in other file types, such as TIFF format images. JPEG/JFIF is the format most used for storing and transmitting photographs on the World Wide Web. For this application, JPEG/JFIF is far superior to GIF, which uses a palette with a maximum limit of 256 distinct colors (most color photographs contain many thousands of distinct colors). JPEG/JFIF is also preferred to PNG, which produces much larger image files for this type of image due to its lossless compression. The JPEG compression algorithm is not as well suited for line drawings and other textual or iconic graphics, and thus the PNG and GIF formats are preferred for these types of images. The MIME media type for JPEG is image/jpeg (defined in RFC 1341). DocFamily supports JPEG as an image format used in documents as well as an output format for documents. |