Problem imagick Windows.

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
vanhels
Posts: 3
Joined: 2015-02-24T06:54:51-07:00
Authentication code: 6789

Problem imagick Windows.

Post by vanhels »

Hi, I have installed:

- Apache/2.4.4 (Win32)-X86.
- PHP 5.6.6 TS X86.
- ImageMagick-6.9.0-7-Q16-x86-dll.
- php_imagick-3.1.2-5.6-ts-vc11-x86.

Image

Error:

Unable to open image C:/webs/intracheck/backend/web/imagenes/usuarios/profile/30/perfil_google.jpg

Missing some extension to install,

Thanks in advance,

Wilmer.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Problem imagick Windows.

Post by Bonzo »

I think you need to open the image from within the localhost, not just anywhere on the PC. Try the code with the image in the same folder as the php file.
Post Reply