sqlalchemy-imageattach icon indicating copy to clipboard operation
sqlalchemy-imageattach copied to clipboard

Replacing Wand dependency

Open jpmn opened this issue 8 years ago • 1 comments

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?

jpmn avatar May 04 '17 18:05 jpmn

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 [email protected] 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 .

dahlia avatar May 04 '17 18:05 dahlia