Question

Does anyone know of any way to convert a simple gif to xaml? E.G. A tool that would look at an image and create elipses, rectangles and paths based upon a gif / jpg / bitmap?

Was it helpful?

Solution

Illustrator has a trace tool which will do this

a cheaper option might be

http://vectormagic.com

it will export a svg that you should be able to convert to xaml

OTHER TIPS

Inkscape can trace bitmaps, and can save directly to XAML. And, it happens to be free. I've used it to trace a lot of bitmaps and it's worked really well for me.

A combination of Vector Magic followed by ViewerSVG produces the best quality results for me.

With this online converter you can convert an image to SVG Format. then download Converted File and open it in a text File Editor then you can easily copy path data

image.online-convert

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top