Impossible to execute readimage on other disk than c:
Posted: 2011-02-14T03:37:46-07:00
Hi,
With this code :
It works with the path c:/test/3.jpg but i've an apache error "connection reseted" with e:
Could i have an explanation ?
Regards
With this code :
Code: Select all
$path = "e:/test/3.jpg";
$im = new Imagick();
$im->readimage($path);
Could i have an explanation ?
Regards