With this code :
Code: Select all
$path = "e:/test/3.jpg";
$im = new Imagick();
$im->readimage($path);
Could i have an explanation ?
Regards
Code: Select all
$path = "e:/test/3.jpg";
$im = new Imagick();
$im->readimage($path);
Users browsing this forum: No registered users and 13 guests