lukegradtouch
Results
1
comments of
lukegradtouch
trafficstars
Example PHP code that we're using: ``` $image = new Imagick(); $image->setFormat('svg'); $image->setFont('font.ttf'); $image->readImageBlob($svg); $image->setImageFormat("png"); $blob = $image->getImageBlob(); ```