Page 1 of 1

Imagick Ubuntu

Posted: 2013-07-26T15:10:54-07:00
by Mirar
Hi everyone

Currently I encounter a problems with imagemagick in php 5.4 (php 5.5)
The error message is: Fatal error: Uncaught exception 'ImagickException' with Ubuntu 12.04, for now I use it on a centos server with php 5.4 and ImageMagick 6.2.8 05/07/12 Q16 and it works

My Php.ini on Ubuntu 12.04
imagick module version 3.1.0RC2
ImageMagick 6.8.6-7 2013-07-26 Q16 http://www.imagemagick.org

Can you help me thank you

Re: Imagick Ubuntu

Posted: 2013-07-26T16:11:02-07:00
by snibgo
As the exception is from Imagick, which isn't ImageMagick, we're unlikely to be able to help.

However, if you can narrow it down to an ImageMagick error, and can provide the exact command used and the source images, perhaps we can help.

Re: Imagick Ubuntu

Posted: 2013-07-26T17:35:17-07:00
by fmw42
The Imagick forum is at viewforum.php?f=18. But I am not sure Imagick is still being maintained. But someone on that forum may be able to help.

Re: Imagick Ubuntu

Posted: 2013-07-27T02:08:50-07:00
by Mirar
I posted the error on the following links: viewtopic.php?f=18&t=23824

Now I get the following error :

Fatal error: Uncaught exception 'ImagickException' with message 'Unable to annotate image' in x , Imagick->annotateimage(Object(ImagickDraw), Stack trace: #0

Re: Imagick Ubuntu

Posted: 2013-07-28T07:30:52-07:00
by broucaries
See https://bugs.php.net/bug.php?id=65167

Report bug on the same forum