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
Can you run "identify" on the command line with your manually compiled version of ImageMagick?
Adept needs "identify" to be available. Test it with "identify -channel Gray -format "%[fx:255*mean]" unittests/test.jpg" within your Adept checkout and see if it returns "124.519".
Hi there!
Currently I compile my ImageMagick executable myself and I use the following configure options:
Sadly, running the adept unit tests (great thing) fails:
Which options are really necessary to compile ImageMagick and use it with adept?
The text was updated successfully, but these errors were encountered: