Image Glossary
Clear definitions of image formats, compression concepts, quality metrics, and metadata standards used in digital imaging and web performance.
Image Formats
WebP is a modern image format developed by Google that provides superior lossless and lossy compression for images on the web, typically 25–35% smaller than JPEG at equivalent visual quality.
AVIFAVIF (AV1 Image File Format) is a next-generation image format based on the AV1 video codec that delivers superior compression — typically 50% smaller than JPEG — with support for HDR, wide color gamut, and transparency.
JPEGJPEG (Joint Photographic Experts Group) is the most widely used lossy image compression format, optimized for photographs and natural images. Quality is controlled by a 0–100 scale; quality 80–85 is the standard for web distribution.
PNGPNG (Portable Network Graphics) is a lossless image format that supports transparency and produces exact, pixel-perfect copies of source images. It is the standard format for logos, icons, screenshots, and images requiring transparent backgrounds.
GIFGIF (Graphics Interchange Format) is a lossless image format that supports animation and transparency using a palette of up to 256 colors. It is widely used for short looping animations on the web.
HEICHEIC (High Efficiency Image Container) is Apple's default photo format for iPhone (iOS 11+) and Mac cameras, based on the HEIF standard. It produces images roughly half the size of JPEG at equivalent quality, but has limited compatibility outside Apple platforms.
Compression Concepts
Chroma subsampling is a lossy compression technique that reduces color (chroma) resolution while preserving full luminance (luma) resolution, exploiting the human eye's lower sensitivity to color detail than brightness. The notation 4:2:0 is the most common setting in JPEG and video.
Lossy CompressionLossy compression permanently removes data from an image file to achieve smaller file sizes. The removed data cannot be recovered. JPEG and WebP lossy are the most common lossy image formats; quality settings control how aggressively data is discarded.
Lossless CompressionLossless compression reduces file size without removing any image data — the original pixel values can be perfectly reconstructed from the compressed file. PNG, GIF, and WebP lossless are the main lossless image formats.
Quality Metrics
DPI (Dots Per Inch) measures print resolution — how many ink dots a printer places per inch of physical output. For screens, the equivalent measure is PPI (Pixels Per Inch). 300 DPI is the standard for professional print; 72 or 96 DPI is the historical screen standard.
SSIMSSIM (Structural Similarity Index Measure) is a perceptual image quality metric that compares two images for luminance, contrast, and structural similarity. Values range from 0 to 1; SSIM 0.95+ is considered visually lossless.
Metadata
About This Glossary
This glossary covers the most important terms in digital image processing: from file formats like WebP, AVIF, JPEG, and HEIC, to compression concepts like lossy and lossless compression and chroma subsampling, to quality metrics like SSIM, to metadata standards like EXIF and DPI. Each entry includes a precise definition, technical details, practical examples, frequently asked questions, and links to the relevant tools on PicsSizer where you can apply the concept directly.