Search found 1 match

by dharsha
2015-02-04T04:47:21-07:00
Forum: Users
Topic: Imagick for windows
Replies: 1
Views: 1314

Imagick for windows

I am using Imagick for converting pdf to jpg. In command prompt it is working but when it came to php it is not working.I installed Image Magick and GhostScript also.Thanks Php Code:- <?php $im=new Imagick(); $im->readImage("C:\wamp\www\pdfNew\demo.jpg"); ?> I am getting error. Fatal error: Uncaught ...