JPEG images have different pixel values across multiple devices

前端 未结 6 1661
别那么骄傲
别那么骄傲 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 22:05

    I suppose you should also check if compressed PNGs appear the same way across devices.

    http://pngquant.org/

    If the answer is yes, then the only thing remaining would be to figure out how to convert programmatically on the phone those images to that same kind of compressed png.

提交回复
热议问题