What is difference between png8 and png24

后端 未结 6 940
迷失自我
迷失自我 2021-01-30 19:33

I want to know about uses of png files. There are two formats available for png images; one is png8 and the another one is png24.

6条回答
  •  太阳男子
    2021-01-30 20:33

    Basic difference : a 8-bit PNG comprises a max. of 256 colors. PNG-24 is a loss-less format and can contain up to 16 million colors.

    Impacts:

    1. If you are using any round corner image then edges might visible in png8 format.
    2. ie6 doesnt support png24 format.

提交回复
热议问题