JPEG images have different pixel values across multiple devices

前端 未结 6 1655
别那么骄傲
别那么骄傲 2020-11-27 21:27

I had noticed that when reading in an identical photograph across devices in the JPEG format, the pixel values do not match up. They are close, but different. When convert

6条回答
  •  离开以前
    2020-11-27 21:58

    Re-size the media to the required size or use HTML attributes to disable scaling of the image.

    Another option would be to allow the user to decide after loading a thumbnail representation to save bandwidth.

提交回复
热议问题