Python imaging alternatives

后端 未结 9 1243
渐次进展
渐次进展 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:59

    Take a look at some of these imaging libraries:

    hxxp://pypi.python.org/pypi/collective.croppingimagefield/0.1beta

    hxxp://pypi.python.org/pypi/cropresize/0.1.1

    hxxp://pypi.python.org/pypi/image_resize/1.0

提交回复
热议问题