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
- Urs Gehrig (urs) — lead, active
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
Optional
Releases
- 0.1.1 (beta, 2010-08-15)
Release notes
License: PHP
QA release
- 0.1 (stable, 2002-05-28)
Release notes
License: PHP 2.02
This is the inital stable release.
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #656 | Closed | Bug | 2004-01-31 | Test looks for XML_image2svg folder | |
| #657 | Closed | Bug | 2004-01-31 | image2svg depends on HTML_Template_IT | |
| #6707 | Duplicate | Bug | 0.1 | 2006-02-06 | Failed opening required 'HTML/IT.php |