Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert an image to XAML?

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?

like image 238
Peter Walke Avatar asked Sep 24 '08 21:09

Peter Walke


3 Answers

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.

like image 51
Jon Galloway Avatar answered Nov 06 '22 12:11

Jon Galloway


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

like image 24
Mesh Avatar answered Nov 06 '22 11:11

Mesh


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

like image 2
Thomas Bratt Avatar answered Nov 06 '22 13:11

Thomas Bratt