Skip to content

Releases: mayuso/PNGToSVG

0.3

20 Oct 15:00
Compare
Choose a tag to compare

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")

0.2

16 Oct 12:42
Compare
Choose a tag to compare
0.2

Changes:

  • Fixed a bug related to modules access
  • Improved distribution by creating single file executable.

This version is usable in two different ways:

  • Double click on "PNGToSVG.exe" and it will create a new SVG from every PNG file in the current directory.

  • Call > PNGToSVG.exe path/to/your/file.png to create a new SVG from specific files.

0.1

30 Sep 19:47
Compare
Choose a tag to compare
0.1

First release. The current version is usable in two different ways:

  • Double click on "PNGToSVG.exe" and it will create a new SVG from every PNG file in the current directory.

  • Call > PNGToSVG.exe path/to/your/file.png to create a new SVG from specific files.