Can I convert svg to png?
Re: Can I convert svg to png?
We can't write code for you. For the conversion to work you simply read image.svg and write image.png. Its about 5 lines of code.
Re: Can I convert svg to png?
I know php, just I don't know this libary wellmagick wrote:We can't write code for you. For the conversion to work you simply read image.svg and write image.png. Its about 5 lines of code.
Can you tell me which function load svg image?
Re: Can I convert svg to png?
Have you read http://php.net/imagick? Use Imagick::readImage().
Re: Can I convert svg to png?
http://www.php.net/manual/en/function.i ... dimage.phpmagick wrote:Have you read http://php.net/imagick? Use Imagick::readImage().
There is no a lot of information there.
Which formats can I read with that function?
Re: Can I convert svg to png?
See http://www.imagemagick.org/script/formats.php for a list of image formats supported by ImageMagick.