i read a lot of other threads about a similar subject, but I can't get a script to work.
The installation of ImageMagick works. Convert works without problems.
But when using a script, for example polar I get the error message
dyld: Library not loaded: /ImageMagick-7.0.8/lib/libMagickCore-7.Q16HDRI.6.dylib
Referenced from: $HOME/ImageMagick-7.0.8/bin/convert
Reason: image not found
...
Read and tried the pointers of use, but doesn't work.
OK. I can get that script to work in ImageMagick 6.9.10.16 but get your same message in IM 7.0.8.16. So I will investigate. There is probably something I need to change to make it compatible with changes in IM 7.
I have fixed the primary issue in the script. But I still get the error message. It appears that my tests for IM 6 vs IM 7 in the script are giving errors when used with IM 7. I have reported the bug on the Bugs form, since it is not an issue with my script.
Yes, I just figured out what has happened. The ImageMagick format for convert/magick -list configure has changed. So I have to edit every one of my scripts and manually transfer one at a time to my server.
I have fixed polar so it should now run fine. Try downloading again.
If you need any other script and it does not work, let me know and I will modify it for you. Otherwise, I will be changing them slowly as I can.
I get the same error on macOS 10.13.6 while try to excute multicrop script.
_____________________________________________
$ multicrop -f 10 -u 2 ABC.tif ABC_a.tif
dyld: Library not loaded: /usr/local/lib/libMagickCore-7.Q16HDRI.6.dylib
Referenced from: /Users/xuzhouya/Downloads/ImageMagick-7.0.8/bin/convert
Reason: image not found
dyld: Library not loaded: /usr/local/lib/libMagickCore-7.Q16HDRI.6.dylib
Referenced from: /Users/xuzhouya/Downloads/ImageMagick-7.0.8/bin/convert
Reason: image not found
/Users/xuzhouya/Downloads/ImageMagick-7.0.8/bin/multicrop: line 427: 919 Abort trap: 6 convert -quiet $dproc "$infile" +repage "$tmpA1"
--- FILE DOES NOT EXIST OR IS NOT AN ORDINARY FILE, NOT READABLE OR HAS ZERO SIZE ---
What was your exact command line. Before you used -u 2. That requires my script unrotated. Did you install that? IM 7.0.8.69 is not released yet. It could be malfunctioning due to being in development.
I just edited the script to turn off debug mode. Please download it again to be sure you have the most current one. It should say revised 10/15/2019 at the top.
If you have not installed my unrotated script, then try