wagtail / Willow

A wrapper that combines the functionality of multiple Python image libraries into one API
https://willow.wagtail.org/
BSD 3-Clause "New" or "Revised" License
274 stars 53 forks source link

OpenCV 3 Support #30

Closed wgiddens closed 7 years ago

wgiddens commented 8 years ago

Python 3 only works with OpenCV 3. Are there plans to migrate the opencv backend to the new version?

kaedroho commented 8 years ago

Yep, there are plans for that. Just not got round to it yet!

Ideally, we would make the OpenCV backend work with both 2 and 3 so existing installations don't need to update it (OpenCV installation can be a bit tricky).

kaedroho commented 7 years ago

33 now merged into master.

Thanks @wgiddens!