Code: Select all
$filename = '507e6221c9f0f.svg';
$content = file_get_contents($filename);
$im = new Imagick();
$im->readImageBlob($content);
Code: Select all
Fatal error: Uncaught exception 'ImagickException' with message 'no decode delegate for this image format `' @ blob.c/BlobToImage/347' in..
can anyone tell me how to fix this problem?
EDIT:
mixing convert.exe... with exec() function didn't do that I'm getting thesame error as above.