Get path geometry from image

前端 未结 7 1305
忘掉有多难
忘掉有多难 2020-12-31 08:36

If i have a logo, let\'s say done as a jpg or even a png. Any suggestion for how I can use that to define a path geometry? It would be really good if any suggestions could

7条回答
  •  星月不相逢
    2020-12-31 08:59

    I have recently been struggling with this myself. I had a set of icons done in data and needed to update them to look nicer.

    I tried everything, manually typing them out. drawing in svg, converting svg to xaml.

    in the end i found a list of open source icons from google material icons.

    I then used this to convert from the svg files to data https://github.com/BerndK/SvgToXaml

    It works well but not for the icons i drew myself.

    I decided to place all the icons data i convert into an app i built myself that will give you the data and a preview of the icon. feel free to use and contribute. I will keep updating as much as i can. https://github.com/sgreaves1/XamlIcons

提交回复
热议问题