pixel_to_svg icon indicating copy to clipboard operation
pixel_to_svg copied to clipboard

Simple unsupervised segmentation based method for turning a raster image into SVG using potrace.

Results 2 pixel_to_svg issues
Sort by recently updated
recently updated
newest added

Hi! When I try to run pip install . in pypotrace I get the following error: ``` Error compiling Cython file: ------------------------------------------------------------ ... self._data = value # Init potrace bitmap...

Dear Author: ```shell $ python3 simple.py Traceback (most recent call last): File "simple.py", line 25, in svg = to_svg(img, seg) File "/usr/local/lib/python3.8/dist-packages/pixel_to_svg-0.1.0-py3.8.egg/pixel_to_svg/pixel_to_svg.py", line 35, in to_svg File "/usr/local/lib/python3.8/dist-packages/pixel_to_svg-0.1.0-py3.8.egg/pixel_to_svg/pixel_to_svg.py", line 121,...