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のすべてではないにしてもほとんどの画像処理スクリプト)。