dahlia / sqlalchemy-imageattach

SQLAlchemy extension for attaching images to entities.
https://sqlalchemy-imageattach.readthedocs.io/
MIT License
116 stars 25 forks source link

Replacing Wand dependency #42

Open jpmn opened 7 years ago

jpmn commented 7 years ago

I would like to have a general idea of the work required to replace the dependency of wand by something else? My project already requires cv2 and I would like to use it instead of wand in sqlalchemy-imageattach. As I understand it, wand is only used to get some meta data on the image file and to open and save it on the filesystem.

Any suggestions on how I should proceed?

dahlia commented 7 years ago

We might be able to replace Wand with Willow.

https://github.com/wagtail/Willow On Fri, May 5, 2017 at 3:25 Jean-Philippe Morin notifications@github.com wrote:

I would like to have an idea of the work required to replace the dependency of wand by something else? My project already uses cv2 and I would like to use it instead of wand. As I understand it, wand is only used to get some meta data on the image file and to open and save it on the filesystem.

Any suggestions on how I should proceed?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dahlia/sqlalchemy-imageattach/issues/42, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAwj2gtf3ZCbkAXhi_v_JDoPKk3fDxZks5r2hghgaJpZM4NRC7B .