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?
I would like to have a general idea of the work required to replace the dependency of
wandby something else? My project already requirescv2and I would like to use it instead ofwandinsqlalchemy-imageattach. As I understand it,wandis 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?