Graphics Formats

FIELDS OF STUDY

Information Systems; Digital Media; Graphic Design

ABSTRACT

Graphics formats are standardized forms of computer files used to transfer, display, store, or print reproductions of digital images. Digital image files are divided into two major families, vector and raster files. They can be compressed or uncompressed for storage. Each type of digital file has advantages and disadvantages when used for various applications.

PRINCIPAL TERMS

DIGITAL IMAGING

A digital image is a mathematical representation of an image that can be displayed, manipulated, and modified with a computer or other digital device. It can also be compressed. Compression uses algorithms to reduce the size of the image file to facilitate sharing, displaying, or storing images. Digital images may be stored and manipulated as raster or vector images. A third type of graphic file family, called “metafiles,” uses both raster and vector elements.

The quality and resolution (clarity) of an image depend on the digital file's size and complexity. In raster graphics, images are stored as a set of squares, called “pixels.” Each pixel has a color value and a color depth. This is defined by the number of “bits” allocated to each pixel. Pixels can range from 1 bit per pixel, which has a monochrome (two-color) depth, to 32-bit, or “true color.” 32-bit color allows for more than four billion colors through various combinations. Raster graphics have the highest level of color detail because each pixel in the image can have its own color depth. For this reason, raster formats are used for photographs and in image programs like Adobe Photoshop. However, the resolution of a raster image depends on size because the image has the same number of pixels at any magnification. For this reason, raster images cannot be magnified past a certain point without losing resolution. Vector graphics store images as sets of polygons that are not size-dependent and look the same at any magnification. For relatively simple graphics, like logos, vector files are smaller and more precise than raster images. However, vector files do not support complex colors or advanced effects, like blurring or drop shadows.




Depending on the image format, data may be lost after compression and restoration. Loss of image data reduces the quality of the image.





Depending on the image format, data may be lost after compression and restoration. Loss of image data reduces the quality of the image.

Two basic color models are used to digitally display various colors. The RGB color model, also called “additive color,” combines red, green, and blue to create colors. The CMYK model, also called “subtractive color,” combines the subtractive primary colors cyan, magenta, yellow, and black to absorb certain wavelengths of light while reflecting others.

IMAGE COMPRESSION COMMON GRAPHIC FORMATS

JPEG is a type of lossy image compression format developed in the early 1990s. JPEGs support RGB and CMYK color and are most useful for small images, such as those used for display on websites. JPEGs are automatically compressed using a lossy algorithm. Thus, some image quality is lost each time the image is edited and saved as a new JPEG.

GIF (Graphics Interchange Format) files have a limited color palette and use LZW compression so that they can be compressed without losing quality. Unlike JPEG, GIF supports “transparency” within an image by ignoring certain colors when displaying or printing. GIF files are open source and can be used in a wide variety of programs and applications. However, most GIF formats support only limited color because the embedded LZW compression is most effective when an image contains a limited color palette. PNGs (Portable Network Graphics) are open-source alternatives to GIFs that support transparency and 24-bit color. This makes them better at complex colors than GIFs.

SVGs (Scalable Vector Graphics) are an open-source format used to store and transfer vector images. SVG files lack built-in compression but can be compressed using external programs. In addition, there are “metafile” formats that can be used to share images combining both vector and raster elements. These include PDF (Portable Document Format) files, which are used to store and display documents, and the Encapsulated PostScript (EPS) format, which is typically used to transfer image files between programs.

—Micah L. Issitt

Brown, Adrian. Graphics File Formats. Kew: Natl. Archives, 2008. PDF file. Digital Preservation Guidance Note 4.

Celada, Laura. “What Are the Most Common Graphics File Formats.” FESPA. FESPA, 27 Mar. 2015. Web. 11 Feb. 2016.

Costello, Vic, Susan Youngblood, and Norman E. Youngblood. Multimedia Foundations: Core Concepts for Digital Design. New York: Focal, 2012. Print.

Dale, Nell, and John Lewis. Computer Science Illuminated. 6th ed. Burlington: Jones, 2016. Print.

“Introduction to Image Files Tutorial.” Boston University Information Services and Technology. Boston U, n.d. Web. 11 Feb. 2016.

Stuart, Allison. “File Formats Explained: PDF, PNG and More.” 99Designs. 99Designs, 21 May 2015. Web. 11 Feb. 2016.