Report Bug
Qus : How many different colours can GIF contain?
QusGIF में कितने अलग-अलग रंग हो सकते हैं?

A. 64
B. 156
C. 256
D. 264


Solution
C. 256



Explanation

The GIF format uses LZW compression, which is a lossless compression method. However, because GIF files are limited to 256 colors, optimizing an original 24‑bit image as an 8‑bit GIF can subtract colors from an image.




Report Bug