What is the difference between “JPG” / “JPEG” / “PNG” / “BMP” / “GIF” / “TIFF” Image?

前端 未结 11 1449
不知归路
不知归路 2020-12-02 04:12

I have seen many types of image extensions but have never understood the real differences between them. Are there any links out there that clearly explain their differences?

11条回答
  •  無奈伤痛
    2020-12-02 04:58

    What coobird and Gerald said.

    Additionally, JPEG is the file format name. JPG is commonly used abbreviated file extension for this format, as you needed to have a 3-letter file extension for earlier Windows systems. Likewise with TIFF and TIF.

    Web browsers at the moment only display JPEG, PNG and GIF files - so those are the ones that can be shown on web pages.

提交回复
热议问题