-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Imagemagic 7 support? #316
Comments
It looks like no. I got:
see #287 |
I don't think that IM7 is supported because it fails to load the MagickWand dylib. After peering into what's going on, it's looking for the file libMagickWand-6Q16.dylib (or Q32 or whatever quantum you installed IM with). I downgraded my ImageMagick with:
and then told Wand where to find libmagickwand with:
and now my project that I'm using Wand for is failing somewhere else at least! |
In addition to @amyrebecca :
|
Closing as support for IM has been merged into master branch |
is Imagemagic 7 supported?
The text was updated successfully, but these errors were encountered: