Visual Lexicon.
Master the vocabulary of digital imaging, compression, and visual performance.
AVIF
FormatsA next-generation image file format that offers superior compression and quality compared to JPEG and WebP. It supports both lossy and lossless compression.
Alpha Channel
TechnicalA color component that represents the degree of transparency of a pixel. 0% alpha is fully transparent, while 100% is fully opaque.
Anti-Aliasing
TechnicalA technique used to smooth the jagged edges of lines and shapes in digital images by averaging the colors of the pixels at the boundaries.
Atomic Design
DesignA methodology for building design systems that breaks UIs into fundamental components (atoms, molecules, organisms).
Aspect Ratio
DesignThe proportional relationship between the width and height of an image, typically expressed as two numbers separated by a colon (e.g., 16:9).
Bit Depth
TechnicalThe number of bits used to represent the color of a single pixel. Higher bit depth allows for more colors and smoother gradients (reducing banding).
Banding
TechnicalA visual artifact where smooth gradients appear as discrete bands of color, usually caused by low bit depth or excessive compression.
CLS (Cumulative Layout Shift)
SEOA Core Web Vitals metric that measures how much elements on a page shift during loading, often caused by images without defined dimensions.
Color Gamut
TechnicalThe entire range of colors that a particular device (screen or printer) can produce or that a color model (like RGB) can represent.
Core Web Vitals
SEOA set of metrics used by Google to evaluate the user experience of a website, including loading speed (LCP) and visual stability (CLS).
Dithering
TechnicalA technique used in computer graphics to create the illusion of color depth in images with a limited color palette by arranging pixels of different colors.
EXIF (Exchangeable Image File Format)
MetadataA standard for storing metadata in image files, including camera settings, timestamp, and GPS coordinates.
GPU Acceleration
TechnologyThe use of a Graphics Processing Unit (GPU) to perform calculations more efficiently than a CPU, often used for image filtering and rendering.
HSL (Hue, Saturation, Lightness)
DesignA cylindrical color model that represents colors based on their position on the color wheel, intensity, and brightness.
Interpolation
TechnicalThe mathematical process of estimating the values of new pixels when resizing an image, commonly using methods like Bi-linear or Bi-cubic.
JPEG (Joint Photographic Experts Group)
FormatsThe most common lossy image format, optimized for photographs where some loss of detail is acceptable for smaller file sizes.
LCP (Largest Contentful Paint)
SEOA Core Web Vitals metric that measures the time it takes for the largest visual element on a page to become visible.
Lossless Compression
TechnicalA data compression method that reduces file size without discarding any information, allowing for bit-perfect reconstruction.
Lossy Compression
TechnicalA data compression method that achieves smaller file sizes by discarding information that is less perceptible to the human eye.
LQIP (Low-Quality Image Placeholder)
UXA tiny, blurry version of an image displayed while the full-resolution asset is loading to improve perceived performance.
Metadata
MetadataInformation describing an image file, such as its dimensions, creator, and copyright, stored in formats like EXIF, XMP, or IPTC.
Neural Synthesis
AIAn AI-based approach to image processing that uses deep learning to reconstruct or upscale images with higher fidelity than traditional math.
Opacity
DesignThe degree to which an image or element is non-transparent. 100% opacity is fully solid; 0% is invisible.
Palette
DesignThe specific set of colors used in an image or a design system.
PNG (Portable Network Graphics)
FormatsA lossless raster image format that supports transparency, commonly used for web graphics, logos, and screenshots.
Progressive JPEG
UXA JPEG format that loads in multiple passes, displaying a blurry full image first and gradually sharpening as more data arrives.
Raster Image
TechnicalA digital image composed of a grid of pixels. Scaling up a raster image often leads to pixelation (loss of clarity).
RGB (Red, Green, Blue)
TechnicalThe additive color model used for digital displays, where colors are created by combining red, green, and blue light.
SIMD (Single Instruction, Multiple Data)
TechnologyA type of parallel processing that allows a CPU to perform the same operation on multiple data points at once, speeding up image filters.
SVG (Scalable Vector Graphics)
FormatsAn XML-based vector image format for two-dimensional graphics with support for interactivity and animation.
SVGO
TechnicalA specialized tool for optimizing SVG files by removing unnecessary metadata and simplifying path data.
Vector Image
TechnicalAn image defined by mathematical paths rather than pixels, allowing for infinite scalability without loss of quality.
WebP
FormatsA modern image format developed by Google that provides superior lossy and lossless compression for web assets.
WebAssembly (Wasm)
TechnologyA binary instruction format that allows code written in languages like C++ or Rust to run at near-native speed inside the browser.