when I try to convert via php my svg file to ex. png file i get this error:
$filename = '507e6221c9f0f.svg';
$content = file_get_contents($filename);
$im = new Imagick();
$im->readImageBlob($content);
Fatal error: Uncaught exception 'ImagickException' with message 'no decode delegate for ...
Search found 1 match
- 2012-10-18T02:33:36-07:00
- Forum: Users
- Topic: error converting svg file
- Replies: 1
- Views: 3120