Top Level :: XML

Package Information: XML_image2svg

This package is not maintained, if you would like to take over please go to this page.
» Summary » License
Image to SVG conversion PHP
» Current Release » Bug Summary
0.1.1 (beta) was released on 2010-08-15 by doconnor (Changelog)
Easy Install

Not sure? Get more info.

pear install XML_image2svg

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/XML_image2svg


0.1 (stable) was released on 2002-05-28 (Changelog)
No open bugs
Report a new bug to XML_image2svg
» Description
The class converts images, such as of the format JPEG, PNG
and GIF to a standalone SVG representation. The image is being encoded
by the PHP native encode_base64() function. You can use it to get back
a complete SVG file, which is based on a predefinded, easy adaptable
template file, or you can take the encoded file as a return value, using
the get() method. Due to the encoding by base64, the SVG files will
increase approx. 30% in size compared to the conventional image.
» Maintainers » More Information

Dependencies for XML_image2svg