Skip to main content
0 votes
1 answer
129 views

I am trying to find a way to convert a .png image with 1px lines to a vector file. The issue I am having is that my approaches are very inconsistent due to the thin lines I am trying to recognize. One ...
pcace's user avatar
  • 754
1 vote
1 answer
117 views

I am asking for advice on the easiest way to create a code that will generate a path (SVG) of the outline of a PNG image that has transparency. It can be a Python script, or command line commands (...
Krzysztof's user avatar
1 vote
0 answers
329 views

I have this as an example image: I use Python3 and PIL to convert it to a BMP so I can run these commands in a shell -> Python: from PIL import Image img = Image.open("./test3.png")....
Shmack's user avatar
  • 2,391
1 vote
1 answer
866 views

iam using Imagemagick & potrace in c# to convert png to pnm and then to svg but unfortunately the SVG File comes with out colour! how i can solve the colour problem? should i use another converter?...
Sam's user avatar
  • 31
0 votes
1 answer
603 views

I have png-images of a grayscale circle and background alpha I would like to extract the 50% contour (only the diagonal line) and export it as a path into an svg-image. Until now I tried to do this ...
Paul Stahr's user avatar
0 votes
0 answers
465 views

My code: var files = jQuery('#cargatulogo')[0].files; Potrace.loadImageFromFile(files[0]); Potrace.process(function () { svg = Potrace.getSVG(0.8); console.log(svg); }); result console.log(...
Phung Thuan's user avatar
2 votes
0 answers
2k views

It seems that with potrace installed, I can just run magick convert x.png x.svg or magick convert x.jpg x.svg.However this just returns a deformed image in black and white, and I need the svg image to ...
Adi B.'s user avatar
  • 57
1 vote
0 answers
73 views

I am working on project which uses potrace which convert format .bmp to .svg and the its terminal code is potrace <input bmp file path> --svg -o <output svg filename> The input .bmp ...
bhjbhjqw's user avatar
1 vote
0 answers
1k views

Given an greyscale image already skeletonized by skimage.morphology.skeletonize or the bool array obtained. Original Image I'm trying to get an exact replica of image the in svg using Lines or Bézier ...
Zorro's user avatar
  • 1,639
0 votes
1 answer
517 views

I am trying to install potrace in my jupyter notebook virtual env but I am running into this error code. I have looked around for any known fixes on jupyter notebook but I can't find any, does anyone ...
tman's user avatar
  • 3
-1 votes
1 answer
499 views

I want to make a program that uses Potrace to convert bitmap images to SVG images but first I need to figure out how to install it properly. Currently, I got the precompiled version but the folder ...
Larson's user avatar
  • 27
0 votes
1 answer
2k views

I've installed font-forge for windows 10. I am currently using python 3.7 and I want to convert image to font. So what I am trying to do is to convert image to .svg using Potrace then converting .svg ...
Aaditya Chopra's user avatar
0 votes
0 answers
932 views

I have used a series of CLI statements to take any (simple) picture to a printable dxf file. I have used a mixture of ImageMagick and potrace to get this to work as I like, however, I would like to ...
user avatar
2 votes
2 answers
208 views

I have looked up on how to run an executable in java via Runtime process builder but it does not work. My code is as follows ... String command = "potrace --svg mb-finer-19.pbm -o mb-finer-...
user3310658's user avatar
0 votes
1 answer
599 views

I am using a port for javascript bases on potrace: https://github.com/kilobtye/potrace this library converts images to svg Everything works except for(ofcourse...) internet explorer 11. i get the ...
Bart's user avatar
  • 11

15 30 50 per page