JavaScript or PHP based WYSIWYG vector based image editor
Posted
by
Jeroen Pluimers
on Programmers
See other posts from Programmers
or by Jeroen Pluimers
Published on 2011-01-06T15:26:12Z
Indexed on
2011/01/06
15:59 UTC
Read the original article
Hit count: 419
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
© Programmers or respective owner