开发者

Image management on Django

开发者 https://www.devze.com 2023-01-10 17:25 出处:网络
I\'m trying to figure out which image management library to use on django. What 开发者_运维百科is the difference between photologue, image-kit, and pil(python imaging library)?Photologue is a Django a

I'm trying to figure out which image management library to use on django. What 开发者_运维百科is the difference between photologue, image-kit, and pil(python imaging library)?


Photologue is a Django application to manage photos. It uses PIL for the image processing.

ImageKit is a Django Application for image processing. It is meant for adding images to existing models.

PIL is the underlying library for both of these (and actually, most if not all image processing scripts in Python).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号