将SVG转换为图像(PNG,JPG)

问题描述:

嘿,我遇到了以下问题。 我想的dinamically生成(通过PHP)SVG图像转换为图像,从而用户可以右击和“保存图像..”将SVG转换为图像(PNG,JPG)

在图像被显示为一个SVG例如 这样的时刻:

<embed id="image_wuerfel" classid="image/svg+xml" 
src="/svg/models.php?s=c&w=5&h=5&l=5&m=1&desc=1&wh=250&wl=250" 
type="image/svg+xml" width="250" height="250"> 
</embed> 

它发送GET - 请求到models.php,SVG图像被生成并返回。

有没有像JS库或东西,将它转换成图像文件?

+0

这个问题呢? http://*.com/questions/4809194/convert-svg-image-to-png-with-php –

你可以使用ImageMagick的Imagick php类。