Python imaging alternatives

后端 未结 9 1235
渐次进展
渐次进展 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 12:54

    PIL can do good resizing. Make sure your source image is in RGB mode, not palette colors, and try the different algorithm choices.

提交回复
热议问题