Convert an image to XAML?

帅比萌擦擦* 提交于 2020-01-31 05:00:30

问题


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?


回答1:


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




回答2:


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.




回答3:


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




回答4:


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



来源:https://stackoverflow.com/questions/129972/convert-an-image-to-xaml

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!