Python, PIL and JPEG on Heroku

后端 未结 2 1501
余生分开走
余生分开走 2021-02-05 15:07

I have a Django site, hosted on Heroku. One of the models has an image field, that takes uploaded images, resizes them, and pushes them to Ama

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-05 15:53

    Also please consider using Pillow, the "friendly" PIL fork which offers:

    • Setuptools compatibility
    • Python 3 compatibility
    • Frequent release cycle
    • Many bug fixes

提交回复
热议问题