The fundamental difference lies in how they store image information. Pixel-based (raster) formats, like JPEG or BMP, store data for every single pixel in a grid, defining its color. Instruction-based (vector) formats, like SVG, store a set of rules or instructions that describe shapes, lines, and colors, which are then rendered by the device.
This video explores the evolution and purpose of various image file formats, explaining how they were developed to address specific needs like file size reduction, improved quality, transparency, and animation. It details the characteristics and use cases of formats from TGA and PCX to modern ones like WebP, HEIC, and AVIF, highlighting their underlying technologies and historical context.