Imagick Ubuntu

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
Mirar
Posts: 5
Joined: 2013-07-26T15:00:41-07:00
Authentication code: 6789

Imagick Ubuntu

Post by Mirar »

Currently I encounter the following error :

Fatal error: Uncaught exception 'ImagickException' with message unable to open image `background.png': No such file or directory @ error/blob.c/OpenBlob/2643'

viewtopic.php?f=3&t=23822
Ty
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Imagick Ubuntu

Post by dlemstra »

It looks like you are not specifying the correct path to your image. You should try the absolute path instead of the relative path to your image.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Mirar
Posts: 5
Joined: 2013-07-26T15:00:41-07:00
Authentication code: 6789

Re: Imagick Ubuntu

Post by Mirar »

It looks like you are not specifying the correct path to your image. You should try the absolute path instead of the relative path to your image.
Mirar
Posts: 5
Joined: 2013-07-26T15:00:41-07:00
Authentication code: 6789

Re: Imagick Ubuntu

Post by Mirar »

I go back about whether this module will be updated with the new version of imagemagick and compatible with php 5.4
The latest version is rc2 which more than one year
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Imagick Ubuntu

Post by magick »

We can't answer that question. We neither wrote nor support the IMagick extention.
Post Reply