What is the difference between “image/png” and “image/x-png”?

前端 未结 4 785
迷失自我
迷失自我 2020-12-03 16:43

What is the difference between \"image/png\" and \"image/x-png\"?

4条回答
  •  -上瘾入骨i
    2020-12-03 17:11

    image/x-png was the type before PNG was accepted by the IANA as an official mime type.

    http://www.iana.org/assignments/media-types/image/

    The official image/png MIME type for PNG, approved on 14 October 1996

    http://www.w3.org/Graphics/PNG/

提交回复
热议问题