Report Bug
Qus : Which of the following is NOT a valid image format?
Qusनिम्नलिखित में से कौन सा इमेज का एक्सटेंशन नहीं है

A. .tiff
B. .jpeg
C. .gif
D. .mpeg


Solution
D. .mpeg



Explanation

Valid file extensions for image files depend on the format of the image. Here are some common image file formats along with their corresponding file extensions:


  • JPEG/JPG: .jpg, .jpeg
  • PNG: .png
  • GIF: .gif
  • BMP: .bmp
  • TIFF: .tiff, .tif
  • WebP: .webp
  • SVG: .svg



Report Bug