Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图找出在 django 上使用哪个图像管理库。photologue、image-kit 和 pil(python 成像库)有什么区别?
Photologue 是一个用于管理照片的 Django 应用程序。它使用 PIL 进行图像处理。
ImageKit 是一个用于图像处理的 Django 应用程序。它用于将图像添加到现有模型。
PIL 是这两者的底层库(实际上,即使不是全部,也是 Python 中的大多数图像处理脚本)。