02-23-2024, 08:47 PM
(02-23-2024, 07:25 PM)gimpygirl Wrote: Is it possible to batch export png files (with transparent background) to pixel perfect svg files (a whole folder)? How to do this in gimp?
No, Gimp is very much a bitmap editor and does not export to SVG (vector formats)
Inkscape is the vector application that can take a png and trace to a svg. Batch tracing is something else and you better ask on the Inkscspe forum. https://inkscape.org/forums/
Probably a better bet is commsnd line Autotrace for Windows see; https://github.com/autotrace/autotrace/releases
I use linux (not Windows) and a conversion png -> svg
You would need to bundle that command up into a batch file
It looks like ImageMagick might support AutoTrace as a delegate and make batch operations easier.
Ask here: https://github.com/ImageMagick/ImageMagick/discussions Nice people, always helpful.