Sobes.tech
Junior — Middle

Can you list common MIME types used for displaying images on the web?

sobes.tech AI

Answer from AI

Common MIME types for images on the web:

  • image/jpeg — for JPEG images
  • image/png — for PNG images
  • image/gif — for GIF animations and images
  • image/webp — a modern image compression format
  • image/svg+xml — for vector SVG images
  • image/bmp — for BMP format

These types are specified in HTTP headers and help the browser correctly process and display the image.

Can you list common MIME types used for displaying… - sobes.tech