Search found 4 matches

by jeffreywen
2017-03-27T10:30:25-07:00
Forum: Users
Topic: Mac OS 10.12 - Issues reading image
Replies: 6
Views: 5978

Re: Mac OS 10.12 - Issues reading image

Oh wow! I did change `gs` to the fully qualified path of `gs` and it works!

Thank you so much for your help!!
by jeffreywen
2017-03-27T05:54:49-07:00
Forum: Users
Topic: Mac OS 10.12 - Issues reading image
Replies: 6
Views: 5978

Re: Mac OS 10.12 - Issues reading image

Did you install ghostscript at the same time as Imagemagick (in the same install command) from Homebrew? Not as two separate installs. Find your delegates.xml file in your installed system. Then open in a text editor and modify the lines where it says gs to be the full path2/gs. I do not know where...
by jeffreywen
2017-03-24T13:48:11-07:00
Forum: Users
Topic: Mac OS 10.12 - Issues reading image
Replies: 6
Views: 5978

Re: Mac OS 10.12 - Issues reading image

I do not think that Imagick works with IM 7, since syntax has changed. But I could be wrong for the latest versions of Imagick. Be sure it says it is compatible with IM 7. Or perhaps Imagemagick/Imagick is not seeing ghostscript. I have seen this issue with Imagick before. Does Imagick work with GI...
by jeffreywen
2017-03-24T13:18:34-07:00
Forum: Users
Topic: Mac OS 10.12 - Issues reading image
Replies: 6
Views: 5978

Mac OS 10.12 - Issues reading image

My system: Mac OS 10.12 Homebrew Imagemagick 7.0.5-3 Homebrew php54-imagick 3.4.3_2 Homebrew ghostscript 9.21 PHP Code <?php $image = new Imagick(); $image->readImage('myfile.pdf'); Error Fatal error: Uncaught exception 'ImagickException' with message 'Failed to read the file' in /Users/myuser/Docum...