GameMaker2k / PyUPC-EAN

PyUPC-EAN is a barcode library/module for Python.
http://pyupcean.sourceforge.net/
Other
28 stars 9 forks source link

encoding to svg #12

Open aminvandh opened 1 year ago

aminvandh commented 1 year ago

Hi, How can i convert a code to svg ? create_upce_barcode(upc,outfile="./upce.svg",......, mageoutlib="cairosvg")this generates a png again

KazukiPrzyborowski commented 11 months ago

I've been trying to get this to work but I could not figure out what is wrong with the code as no mater what I've change it still outputs png or a png inside a svg file so for now this feature doesn't work yet.