Search found 1 match

by blowmymap
2012-10-18T02:33:36-07:00
Forum: Users
Topic: error converting svg file
Replies: 1
Views: 2987

error converting svg file

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 this image ...