which image file format would allow you to enlarge an image without causing a boxy, pixelated…

which image file format would allow you to enlarge an image without causing a boxy, pixelated appearance?\ngif\njpeg\npng\nsvg

which image file format would allow you to enlarge an image without causing a boxy, pixelated appearance?\ngif\njpeg\npng\nsvg

Answer

Brief Explanations:

SVG (Scalable Vector Graphics) is a vector - based format. Unlike raster - based formats (GIF, JPEG, PNG) which are made up of pixels and become pixelated when enlarged, vector graphics use mathematical equations to define shapes and can be scaled up infinitely without losing quality.

Answer:

D. SVG