PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » XML » XML_image2svg

Image to SVG conversion

This package is unmaintained.

Download latest release 0.1.1 (archived versions might be outdated)

License: PHP

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

Dependencies

Required

Optional

Releases

Bugs

IDStatusTypeVersionDateSummary
#656ClosedBug2004-01-31Test looks for XML_image2svg folder
#657ClosedBug2004-01-31image2svg depends on HTML_Template_IT
#6707DuplicateBug0.12006-02-06Failed opening required 'HTML/IT.php