In the context of computer graphics, which one of the following is not a raster image format?
JPEG
TIFF
SVG
GIF
Answer is Right!
Answer is Wrong!
This question was previously asked in
UPSC CISF-AC-EXE – 2019
Raster image formats represent images as a grid of pixels (Picture Elements), where each pixel has a color value. Examples include JPEG, TIFF, GIF, PNG, and BMP. Vector image formats, however, represent images using mathematical equations to define lines, curves, and shapes. They are resolution-independent and can be scaled without loss of quality. SVG (Scalable Vector Graphics) is a prominent example of a vector image format.