diffvg icon indicating copy to clipboard operation
diffvg copied to clipboard

Issue running my own image.

Open tswanson-cs opened this issue 5 years ago • 3 comments

What would be the steps for taking my own JPEG and generating an SVG?

tswanson-cs avatar Dec 23 '20 08:12 tswanson-cs

After watching your presentation I assume I should first generate a basic SVG of my image, Than run it through your refine_svg.py tool. Do you have any suggestions for the generation of the initial SVG?

tswanson-cs avatar Dec 23 '20 09:12 tswanson-cs

Did you find any ways to create initial SVG?

After watching your presentation I assume I should first generate a basic SVG of my image, Than run it through your refine_svg.py tool. Do you have any suggestions for the generation of the initial SVG?

proevgenii avatar Sep 08 '22 21:09 proevgenii

I was able to get some pretty good results using this website for the initial SVG https://picsvg.com/

The website itself does an okay job and only creates black polygons on a transparent background, but the refine_svg script is able to use this as a starting point and will eventually add the color after enough iterations (in my case it took about 100 iterations for the color to start to appear)

CPSuperstore avatar Apr 03 '24 18:04 CPSuperstore