Skip to content
Compare
Choose a tag to compare
@mayuso mayuso released this 20 Oct 15:00

Changes:

  • Python implementation tested with python 3.12
  • New Rust implementation
  • The executable created with Rust is now the default one, as it is more optimized in every way: "PNGToSVG.exe"
    • The executable created with Python is now named "PNGToSVG_py.exe"

How to use:

  • Execute "PNGToSVG.exe" (or Double click on it) and it will create a new SVG from every PNG file in the current directory
    • This also works for the Python implementation ("PNGToSVG_py.exe")