Can a JPEG compressed image be rotated without a loss in quality?

后端 未结 10 1551
灰色年华
灰色年华 2020-12-14 01:45

JPEG is a lossy compression scheme, so decompression-manipulation-recompression normally reduces the image quality further for each step. Is it possible to rotate a

10条回答
  •  离开以前
    2020-12-14 01:54

    If you are talking of rotating a JPEG image then there is no further compression right? It is about rotating pixel locations.

    Doing rotation with any program will potentially change intermediate dimensions, as it needs to preserver original image, this may be an issue to consider.

提交回复
热议问题