Search found 2 matches
- 2015-11-01T13:59:17-07:00
- Forum: Bugs
- Topic: Bug with Imagemagick / PHP
- Replies: 3
- Views: 4887
Re: Bug with Imagemagick / PHP
You are right, I upgraded ImageMagick before posting in this forim to check if the bug was corrected in the latest version. Anyway, you can check now I got the delegates : Version: ImageMagick 6.9.2-5 Q16 x86_64 2015-11-01 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick ...
- 2015-11-01T13:01:36-07:00
- Forum: Bugs
- Topic: Bug with Imagemagick / PHP
- Replies: 3
- Views: 4887
Bug with Imagemagick / PHP
Hi All, When I call Imagick on some "malformed" PDF files, I cannot catch the error. My PHP script hangs and never exits. try { echo " . New imagick($identifyfile)...\n"; $pdf = new imagick($identifyfile); } catch (ImagickException $e) { var_dump($e); die("Stop : Imagick"); } How can I catch this ...