Imagick Ubuntu

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
Mirar
Posts: 5
Joined: 2013-07-26T15:00:41-07:00
Authentication code: 6789

Imagick Ubuntu

Post 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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Imagick Ubuntu

Post 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.
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Imagick Ubuntu

Post 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.
Mirar
Posts: 5
Joined: 2013-07-26T15:00:41-07:00
Authentication code: 6789

Re: Imagick Ubuntu

Post 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
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

Re: Imagick Ubuntu

Post by broucaries »

See https://bugs.php.net/bug.php?id=65167

Report bug on the same forum
Post Reply