c# - What vector graphics libraries are available in ActionScript and/or .NET...? -


i'm looking build website has flash interface , allows visitors upload vector art in number of file formats such svg, eps , ai.

i have 2 rather large problems...

1) need load original vector art, convert flv , display in flash application.

2) after user potentially loads number of images, adds text, rotates or transforms elements, need save resulting composition vector art format can print.

i'm not of developer...my experience in .net/c# & c++.

i'm looking library or api provides functionality need convert different image formats , save results.

how of can done using flash / as...? how in c#...?

i've used libspark svgparser before generate mxml svg , similar fxgparser create animation vector file.

the svgparser should come handy, have @ svgeditor.

hth


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -