Image file format


An image file format is a file format for a digital image. There are many formats that can be used, such as JPEG, PNG, and GIF. Most formats up until 2022 were for storing 2D images, not 3D ones. The data stored in an image file format may be compressed or uncompressed. If the data is compressed, it may be done so using lossy compression or lossless compression. For graphic design applications, vector formats are often used. Some image file formats support transparency.
Raster formats are for 2D images. A 3D image can be represented within a 2D format, as in a stereogram or autostereogram, but this 3D image will not be a true light field, and thereby may cause the vergence–accommodation conflict.
Image files are composed of digital data in one of these formats so that the data can be displayed on a digital display or printed out using a printer. A common method for displaying digital image information has historically been rasterization.

Image file sizes

The size of raster image files is positively correlated with the number of pixels in the image and the color depth. Images can be compressed in various ways, however. A compression algorithm stores either an exact representation or an approximation of the original image in a smaller number of bytes that can be expanded back to its uncompressed form with a corresponding decompression algorithm. Images with the same number of pixels and color depth can have very different compressed file sizes. Considering exactly the same compression, number of pixels, and color depth for two images, different graphical complexity of the original images may also result in very different file sizes after compression due to the nature of compression algorithms. With some compression formats, images that are less complex may result in smaller compressed file sizes. This characteristic sometimes results in a smaller file size for some lossless formats than lossy formats. For example, graphically simple images may be losslessly compressed into a GIF or PNG format and result in a smaller file size than a lossy JPEG format.
For example, a 640480 pixel image with 24-bit color would occupy almost a megabyte of space:
With vector images, the file size increases only with the addition of more vectors.

Image file compression

There are two types of image file compression algorithms: lossless and lossy.
Lossless compression algorithms reduce file size while preserving a perfect copy of the original uncompressed image. Lossless compression generally, but not always, results in larger files than lossy compression. Lossless compression should be used to avoid accumulating stages of re-compression when editing images.
Lossy compression algorithms preserve a representation of the original uncompressed image that may appear to be a perfect copy, but is not a perfect copy. Often lossy compression is able to achieve smaller file sizes than lossless compression. Most lossy compression algorithms allow for variable compression that trades image quality for file size.

Major graphic file formats

Including proprietary types, there are hundreds of image file types. The PNG, JPEG, and GIF formats are most often used to display images on the Internet. Some of these graphic formats are listed and briefly described below, separated into the two main families of graphics: raster and vector. Raster images are further divided into formats primarily aimed at delivery versus formats primarily aimed at authoring or interchange.
In addition to straight image formats, Metafile formats are portable formats that can include both raster and vector information. Examples are application-independent formats such as WMF and EMF. The metafile format is an intermediate format. Most applications open metafiles and then save them in their own native format. Page description language refers to formats used to describe the layout of a printed page containing text, objects, and images. Examples are PostScript, PDF, and PCL.

Raster formats (2D)

Delivery formats

JPEG
is a lossy compression method; JPEG-compressed images are usually stored in the JFIF or the Exif file format. The JPEG filename extension is JPG or JPEG. Nearly every digital camera can save images in the JPEG format, which supports eight-bit grayscale images and 24-bit color images. JPEG applies lossy compression to images, which can result in a significant reduction of the file size. Applications can determine the degree of compression to apply, and the amount of compression affects the visual quality of the result. When not too great, the compression does not noticeably affect or detract from the image's quality, but JPEG files suffer generational degradation when repeatedly edited and saved.
GIF
The GIF is in normal use limited to an 8-bit palette, or 256 colors. GIF is most suitable for storing graphics with few colors, such as simple diagrams, shapes, logos, and cartoon-style images, as it uses LZW lossless compression, which is more effective when large areas have a single color and less effective for photographic or dithered images. Due to GIF's simplicity and age, it achieved almost universal software support. Due to its animation capabilities, it is still widely used to provide image animation effects, despite its low compression ratio compared to modern video formats.
PNG
The PNG file format was created as a free, open-source alternative to GIF. The PNG file format supports 8-bit paletted images and 24-bit truecolor or 48-bit truecolor with and without an alpha channel – while GIF supports only 8-bit palettes with a single transparent color.
Compared to JPEG, PNG excels when the image has large, uniformly colored areas. Even for photographs – where JPEG is often the choice for final distribution since its lossy compression typically yields smaller file sizes – PNG is still well-suited to storing images during the editing process because of its lossless compression.
PNG provides a patent-free replacement for GIF and can also replace many common uses of TIFF. Indexed-color, grayscale, and truecolor images are supported, plus an optional alpha channel. The Adam7 interlacing allows an early preview, even when only a small percentage of the image data has been transmitted—useful in online viewing applications like web browsers. PNG can store gamma and chromaticity data, as well as ICC profiles, for accurate color matching on heterogeneous platforms.
Animated formats derived from PNG are MNG and APNG, which is backwards compatible with PNG and supported by most browsers.
JPEG 2000
is a compression standard enabling both lossless and lossy storage. The compression methods used are different from the ones in standard JFIF/JPEG; they improve quality and compression ratios, but also require more computational power to process. JPEG 2000 also adds features that are missing in JPEG. It is not nearly as common as JPEG but it is used currently in professional movie editing and distribution.
WebP
is an open image format released in 2010 that uses both lossless and lossy compression. It was designed by Google to reduce image file size to speed up web page loading: its principal purpose is to supersede JPEG as the primary format for photographs on the web. WebP is based on VP8's intra-frame coding and uses a container based on RIFF.
In 2011, Google added an "Extended File Format" allowing WebP support for animation, ICC profile, XMP and Exif metadata, and tiling.
The support for animation allowed for converting older animated GIFs to animated WebP.
The WebP container allows feature support over and above the basic use case of WebP. The WebP container provides additional support for:
  • Lossless compression – An image can be losslessly compressed, using the WebP Lossless Format.
  • Metadata – An image may have metadata stored in EXIF or XMP formats.
  • Transparency – An image may have transparency, i.e., an alpha channel.
  • Color Profile – An image may have an embedded ICC profile as described by the International Color Consortium.
  • Animation – An image may have multiple frames with pauses between them, making it an animation.
    HDR raster formats
Most typical raster formats cannot store HDR data, which is why some relatively old or complex formats are still predominant here, and worth mentioning separately. Newer alternatives are showing up, though. RGBE is the format for HDR images originating from Radiance and also supported by Adobe Photoshop. JPEG-HDR is a file format from Dolby Labs similar to RGBE encoding, standardized as JPEG XT Part 2.
JPEG XT Part 7 includes support for encoding floating point HDR images in the base 8-bit JPEG file using enhancement layers encoded with four profiles ; Profile A is based on the RGBE format and Profile B on the XDepth format from Trellis Management.
HEIF
The High Efficiency Image File Format is an image container format that was standardized by MPEG on the basis of the ISO base [media file format]. While HEIF can be used with any image compression format, the HEIF standard specifies the storage of HEVC intra-coded images and HEVC-coded image sequences taking advantage of inter-picture prediction.
AVIF
is an image container, that is used to store AV1 encoded images. It was created by Alliance for open media (AOMedia) and is completely open source and royalty-free. It supports encoding images in 8, 10 and 12-bit depth.
JPEG XL
is a royalty-free raster-graphics file format that supports both lossy and lossless compression. It supports reversible recompression of existing JPEG files, as well as high-precision HDR. It is designed to be usable for both delivery and authoring use cases.

Authoring and interchange formats

TIFF
The TIFF format is a flexible format usually using either the TIFF or TIF filename extension. The tag structure was designed to be easily extendible, and many vendors have introduced proprietary special-purpose tags – with the result that no one reader handles every flavor of TIFF file. TIFFs can be lossy or lossless, depending on the technique chosen for storing the pixel data. Some offer relatively good lossless compression for bi-level (black&white) images. Some digital cameras can save images in TIFF format, using the LZW compression algorithm for lossless storage. TIFF image format is not widely supported by web browsers, but it remains widely accepted as a photograph file standard in the printing business. TIFF can handle device-specific color spaces, such as the CMYK defined by a particular set of printing press inks. OCR software packages commonly generate some form of TIFF image for scanned text pages.
BMP
The BMP file format is a raster-based, device-independent file type designed in the early days of computer graphics. It handles graphic files within the Microsoft Windows OS. Typically, BMP files are uncompressed and therefore large and lossless; their advantage is their simple structure and wide acceptance in Windows programs.
PPM, PGM, PBM, and PNM
is a family including the portable pixmap file format, the portable graymap file format, and the portable bitmap file format. These are either pure ASCII files or raw binary files with an ASCII header that provide very basic functionality and serve as a lowest common denominator for converting pixmap, graymap, or bitmap files between different platforms. Several applications refer to them collectively as PNM.
Container formats of raster graphics editors
These image formats contain various images, layers and objects, out of which the final image is to be composed by raster graphics editors:

Other raster formats

Vector formats

As opposed to the raster image formats above, vector image formats contain a geometric description which can be rendered smoothly at any desired display size.
At some point, all vector graphics must be rasterized in order to be displayed on digital monitors. Vector images may also be displayed with analog CRT technology such as that used in some electronic test equipment, medical monitors, radar displays, laser shows and early video games. Plotters are printers that use vector data rather than pixel data to draw graphics.

CGM

CGM is a file format for 2D vector graphics, raster graphics, and text, and is defined by ISO/IEC 8632. All graphical elements can be specified in a textual source file that can be compiled into a binary file or one of two text representations. CGM provides a means of graphics data interchange for computer representation of 2D graphical information independent from any particular application, system, platform, or device.
It has been adopted to some extent in the areas of technical illustration and professional design, but has largely been superseded by formats such as SVG and DXF.

Gerber format (RS-274X)

The Gerber format is a 2D bi-level image description format developed by Ucamco. It is the de facto standard format for printed circuit board or PCB software.

SVG

SVG is an open standard created and developed by the World Wide Web Consortium to address the need for a versatile, scriptable and all-purpose vector format for the web and otherwise. The SVG format does not have a compression scheme of its own, but due to the textual nature of XML, an SVG graphic can be compressed using a program such as gzip. Because of its scripting potential, SVG is a key component in web applications: interactive web pages that look and act like applications.

Other 2D vector formats

  • AFDesign
  • AI — proprietary file format developed by Adobe Systems
  • CDR—proprietary format for CorelDRAW vector graphics editor
  • !DRAW—a native vector graphic format for the RISC-OS computer system begun by Acorn in the mid-1980s and still present on that platform today
  • DrawingML—used in Office Open [XML file formats|Office Open XML documents]
  • GEM—metafiles interpreted and written by the Graphics Environment Manager VDI subsystem
  • GLE —graphics scripting language
  • HP-GL —introduced on Hewlett-Packard plotters, but generalized into a printer language
  • HVIF
  • Lottie—format for vector graphics animation
  • MathML —an application of XML for describing mathematical notations
  • NAPLPS
  • ODG
  • PGML —a W3C submission that was not adopted as a recommendation
  • PSTricks and PGF/TikZ are languages for creating graphics in TeX documents
  • QCC—used by Quilt Manager for designing quilts
  • ReGIS —used by DEC computer terminals
  • Remote imaging protocol—system for sending vector graphics over low-bandwidth links
  • TinyVG—binary, simpler alternative to SVG
  • VML —obsolete XML-based format
  • Xar—format used in vector applications from Xara
  • XPS —page description language and a fixed-document format

3D vector formats

Compound formats

These are formats containing both pixel and vector data, possible other data, e.g. the interactive features of PDF.

Stereo formats

  • MPO The Multi Picture Object format consists of multiple JPEG images .
  • PNS The PNG Stereo format consists of a side-by-side image based on PNG.
  • JPS The JPEG Stereo format consists of a side-by-side image format based on JPEG.