From 249d9454f35808fba329dfdad3230a00bf0048be Mon Sep 17 00:00:00 2001 From: ZALAN SZAKACS <> Date: Wed, 23 May 2018 14:53:06 +0200 Subject: [PATCH] ImageMagickHackforMAC --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5a6115..95d022d 100755 --- a/README.md +++ b/README.md @@ -19,4 +19,13 @@ has currently 2 entrypoints: GETs all the books in the database /api/book/id -GETs a specific book by its id \ No newline at end of file +GETs a specific book by its id + + +## Installation + +>For those on mac and using homebrew, it seems like Wand doesn't support imagemagick 7 yet as mentioned in other answers. +>There's a new brew formula for Imagemagick 6 which can be used to install the older version in the meanwhile: +>brew install imagemagick@6 +>Create a symlink to this newly installed dylib file as mentioned in other answer to get things working. +>ln -s /usr/local/Cellar/imagemagick@6//lib/libMagickWand-6.Q16.dylib /usr/local/lib/libMagickWand.dylib \ No newline at end of file