开发者

Image management on Django

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜