You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
On Fri, May 5, 2017 at 3:25 Jean-Philippe Morin ***@***.***> 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
<#42>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAAwj2gtf3ZCbkAXhi_v_JDoPKk3fDxZks5r2hghgaJpZM4NRC7B>
.
I would like to have a general idea of the work required to replace the dependency of
wand
by something else? My project already requirescv2
and I would like to use it instead ofwand
insqlalchemy-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?
The text was updated successfully, but these errors were encountered: