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

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

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

4条回答
  •  Happy的楠姐
    2020-12-03 17:19

    According to Wikipedia's article on Internet Media Types, and the article it cites...

    Types or subtypes that begin with x- are nonstandard

    So my guess is "image/x-png" is probably leftover from the days when png was pretty new, and as such, not standardized.

提交回复
热议问题