Python imaging alternatives

后端 未结 9 1242
渐次进展
渐次进展 2021-01-31 12:31

I have python code that needs to do just a couple simple things to photographs: crop, resize, and overlay a watermark. I\'ve used PIL, and the resample/resize results are TERRIB

9条回答
  •  面向向阳花
    2021-01-31 13:03

    I've used PIL, and the resample/resize results are TERRIBLE.

    Resizing in PIL was broken in many ways and PIL is not maintained for a long time. Starting from Pillow 2.7 most of the problems are fixed along with dramatically performance improvement. Make sure you are using latest Pillow.

提交回复
热议问题