Allow to use pillow along with PIL for python images (Patch #2720)
Description
This request was primarily made available as https://bugzilla.redhat.com/895767
It is possible to replace the PIL dependency with python-pillow using the appropriate import that is compatible with both version.
Associated revisions
Merge pull request #2720 from pglotov:master
History
Updated by Marina Kolpakova about 12 years ago
- Tracker changed from Feature to Patch
- Category set to python bindings
Updated by Vadim Pisarevsky about 12 years ago
We almost dropped support for the old Python bindings in OpenCV (module cv). The currently supported bindings (cv2) module has the only dependency from numpy. PIL/pillow is not needed, since OpenCV+numpy provide more rich functionality, e.g. cv2.imread() reads image from file etc.
- Assignee set to Vadim Pisarevsky
- Affected version set to 2.4.3
- Status changed from Open to Cancelled