问题 I have tried many different solutions, but cannot use Imagick::readImageBlob, any help would be appreciated. Error message: Caught exception: no decode delegate for this image format `' @ error/blob.c/BlobToImage/364 Code: $svg = file_get_contents($this->svg); $image = new Imagick(); $image->readImageBlob($svg); //... SVG: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" version="1.1" width="928" height=