Is cropping of jpeg images using the PIL lossless?
A simple questions really. If you crop a jpeg 开发者_如何学Goimage using the Python Imaging Library, is the resulting image recompressed, or is it lossless?
Generally not. There is a python wrapper for the lossless jpeg library.
Cropping might be essentially lossless if you remove entire 8x8 pixel blocks
精彩评论