JavaScript or PHP based WYSIWYG vector based image editor
- by Jeroen Pluimers
For a PHP based site of a client, I'm looking for a vector based image editor that allows:
end user creation of vectored images consisting of objects
supports upload of bitmap images to be used as objects inside the vector image
supports adding text objects to add to the vector image, and change properties (font name, font style, font size) of the text objects
preferably supports layering or grouping of objects inside the vector image
integrates nicely with a PHP based site (so a PHP or JavaScript library is preferred)
can store the vector image in SVG, EPS or PDF
Both commercial and FOSS solutions are OK.
Any idea where to find such a library?
--jeroen