Reference Guide

Image Optimization Glossary

Complete reference guide to image optimization terminology. Learn about formats, compression, resolution, and technical concepts - explained in simple terms.

Browse 39 terms organized alphabetically

A

AVIF

AV1 Image File Format

A modern image format based on the AV1 video codec. Offers superior compression compared to JPEG and WebP, typically 50% smaller file sizes while maintaining quality. Supported by most modern browsers.

Related Terms:
WebP
JPEG
Compression

Aspect Ratio

The proportional relationship between an image's width and height, expressed as width:height (e.g., 16:9, 4:3). Maintaining aspect ratio prevents distortion when resizing images.

Related Terms:
Resolution
Dimensions

Alpha Channel

An additional channel in an image file that stores transparency information. Used in PNG and WebP formats to create images with transparent backgrounds.

Related Terms:
PNG
Transparency
B

Batch Processing

The ability to process multiple images simultaneously with the same settings. Essential for efficiency when working with large numbers of images, such as product photography or web galleries.

Related Terms:
Automation
Workflow

Bitrate

The amount of data processed per unit of time in an image or video file. Higher bitrates generally mean higher quality but larger file sizes.

Related Terms:
Quality
File Size

BMP

Bitmap

An uncompressed raster image format that stores pixel data directly. Results in large file sizes but perfect quality. Rarely used for web due to size.

Related Terms:
JPEG
PNG
Lossless
C

Compression

The process of reducing image file size by removing redundant data. Can be lossy (removes some data permanently) or lossless (preserves all original data).

Related Terms:
Lossy
Lossless
File Size

Core Web Vitals

Google's metrics for measuring user experience on web pages, including Largest Contentful Paint (LCP). Optimized images significantly improve these scores and SEO rankings.

Related Terms:
SEO
Performance
LCP

CMS

Content Management System

Software platform for creating and managing digital content. Popular CMS platforms like WordPress benefit greatly from optimized images.

Related Terms:
WordPress
Website
D

DPI

Dots Per Inch

A measure of printing resolution. Standard is 300 DPI for print, 72 DPI for web/screen. Higher DPI means sharper printed images but isn't relevant for digital display.

Related Terms:
PPI
Resolution
Print

Dimensions

The width and height of an image measured in pixels. Common web dimensions include 1920×1080 (Full HD), 1280×720 (HD), and various social media specific sizes.

Related Terms:
Pixels
Resolution
Aspect Ratio
E

Exif Data

Exchangeable Image File Format

Metadata embedded in image files containing information like camera settings, date taken, GPS location, and copyright. Can be stripped for privacy or kept for organization.

Related Terms:
Metadata
Privacy
F

File Size

The amount of disk space an image occupies, typically measured in KB or MB. Smaller file sizes load faster but may have reduced quality. Goal is to minimize size while maintaining acceptable quality.

Related Terms:
Compression
Optimization

Format

The file type and structure of an image (JPEG, PNG, WebP, etc.). Different formats are optimized for different purposes - photos, graphics, transparency, etc.

Related Terms:
JPEG
PNG
WebP
AVIF
G

GIF

Graphics Interchange Format

An image format supporting animation and limited colors (256). Commonly used for simple animations, but inefficient for photos. Consider WebP or AVIF for better quality and smaller sizes.

Related Terms:
Animation
WebP
H

HEIC

High Efficiency Image Container

Apple's proprietary image format offering better compression than JPEG. Default on iOS devices but limited browser support. Often needs conversion for web use.

Related Terms:
JPEG
Apple
iOS
I

Image Optimization

The process of reducing image file size while maintaining acceptable quality. Includes compression, resizing, format conversion, and removing unnecessary metadata.

Related Terms:
Compression
Performance
J

JPEG

Joint Photographic Experts Group

The most common lossy image format, ideal for photographs. Offers good compression and universal support but loses quality with each save. Not suitable for images requiring transparency.

Related Terms:
Lossy
Compression
Photography
L

Lazy Loading

A web optimization technique that defers loading off-screen images until the user scrolls near them. Dramatically improves initial page load speed and Core Web Vitals scores.

Related Terms:
Performance
Core Web Vitals

Lossless Compression

Compression that reduces file size without losing any image data. Original quality can be perfectly reconstructed. PNG uses lossless compression.

Related Terms:
PNG
Quality
Lossy

Lossy Compression

Compression that permanently removes some image data to achieve smaller file sizes. JPEG and most video codecs use lossy compression. Results in some quality loss.

Related Terms:
JPEG
Compression
Lossless

LCP

Largest Contentful Paint

A Core Web Vitals metric measuring how long it takes for the largest content element to load. Optimized images significantly improve LCP scores.

Related Terms:
Core Web Vitals
Performance
M

Metadata

Information stored within an image file including camera settings, GPS location, copyright, and keywords. Can be preserved or removed during optimization.

Related Terms:
Exif Data
Privacy

Megapixel

One million pixels. A measure of image resolution (e.g., a 12MP camera captures 12 million pixels). Higher megapixels don't always mean better quality - also depends on sensor size and lens.

Related Terms:
Resolution
Pixels
P

PNG

Portable Network Graphics

A lossless image format supporting transparency. Ideal for graphics, logos, and images requiring sharp edges. Larger file sizes than JPEG for photos.

Related Terms:
Lossless
Transparency
Graphics

PPI

Pixels Per Inch

A measure of pixel density on screens. Higher PPI means sharper display. Standard screens are 72 PPI, retina displays are 220+ PPI. Often confused with DPI (for print).

Related Terms:
DPI
Resolution
Retina

Progressive JPEG

A JPEG variant that loads in multiple passes, showing a low-quality preview that gradually improves. Better user experience on slow connections compared to baseline JPEG.

Related Terms:
JPEG
Loading
Performance
R

Raster Image

Images composed of pixels in a grid. JPEG, PNG, WebP, and most photo formats are raster. Quality degrades when scaled up significantly.

Related Terms:
Pixels
Vector
Resolution

Resolution

The number of pixels in an image, expressed as width × height (e.g., 1920×1080). Higher resolution means more detail but larger file sizes.

Related Terms:
Pixels
Dimensions
Quality

Responsive Images

Images that adapt to different screen sizes and resolutions. Uses HTML srcset and sizes attributes to serve appropriate image sizes to different devices.

Related Terms:
Mobile
Performance
srcset

Retina Display

Apple's term for high-density displays with pixel density high enough that individual pixels aren't visible at normal viewing distance. Requires 2x or 3x resolution images for sharp display.

Related Terms:
PPI
Resolution
Mobile
S

SVG

Scalable Vector Graphics

A vector image format that uses mathematical descriptions rather than pixels. Perfect for logos, icons, and illustrations - can scale infinitely without quality loss.

Related Terms:
Vector
Scalable
Icons

srcset

An HTML attribute that specifies multiple image sources for different screen sizes and resolutions. Enables responsive images and improves performance.

Related Terms:
Responsive Images
HTML
Performance
T

TIFF

Tagged Image File Format

A flexible, lossless format popular in professional photography and printing. Supports layers and high bit depths but creates very large files - not suitable for web.

Related Terms:
Lossless
Professional
Print

Thumbnail

A small, reduced-size version of an image used for previews, galleries, or navigation. Significantly reduces load times when displaying many images.

Related Terms:
Preview
Performance

Transparency

The ability of an image to have see-through areas. Supported by PNG, WebP, and GIF formats. Essential for logos and graphics that need to blend with backgrounds.

Related Terms:
PNG
WebP
Alpha Channel
V

Vector Image

Images defined by mathematical paths rather than pixels. SVG is the primary web vector format. Can scale to any size without quality loss - ideal for logos and icons.

Related Terms:
SVG
Scalable
Raster
W

WebP

Google's modern image format offering superior compression compared to JPEG and PNG. Supports both lossy and lossless compression, plus transparency and animation. Widely supported by modern browsers.

Related Terms:
AVIF
JPEG
Compression

Watermark

A visible overlay (usually logo or text) added to images to indicate ownership or copyright. Can deter unauthorized use of images.

Related Terms:
Copyright
Branding