Glosario de imágenes y PDF
Una referencia en lenguaje sencillo para los términos técnicos que encontrarás al trabajar con imágenes y documentos.
Trabajar con imágenes y PDF significa encontrarse con mucha jerga. Este glosario explica los términos más comunes en lenguaje sencillo, para que tomes mejores decisiones sobre formatos, calidad y compresión.
Lossy compression
A method that reduces file size by permanently discarding some image data the eye is unlikely to notice. Used by JPG and lossy WEBP. Produces small files but quality degrades if repeated.
Lossless compression
A method that reduces file size while preserving every pixel exactly. Used by PNG and lossless WEBP. Savings are smaller but there is no quality loss.
DPI / PPI
Dots (or pixels) per inch — a measure of pixel density. Relevant for printing; on screen the total pixel dimensions matter more than DPI.
Alpha channel
An extra layer of data that defines transparency for each pixel, letting parts of an image be see-through. Supported by PNG and WEBP, not by JPG.
Artefact
A visible flaw introduced by compression, such as blocky patches or halos around sharp edges, more noticeable at low quality settings.
EXIF
Metadata embedded in photos recording camera settings, date, and often GPS location. Can be stripped by re-encoding the image.
Resolution
The pixel dimensions of an image, expressed as width × height. Higher resolution means more detail and larger files.
Aspect ratio
The proportional relationship between an image's width and height, such as 16:9 or 4:3. Preserving it prevents distortion when resizing.
Canvas
A browser drawing surface used by JavaScript to render and export images. The conversions on this site use it to process files locally.
Bitmap / raster
An image made of a grid of coloured pixels (JPG, PNG, WEBP). Contrasts with vector images, which are defined by mathematical shapes.