Skip to content

Releases: xyproto/png2svg

png2svg 1.6.0

14 May 11:46
Compare
Choose a tag to compare
  • Improve the algorithm that selects colors if the flag for palette reduction is given.
  • Fix an issue where some colors could be misrepresented when the -l flag was not given.
  • Add some tests.
  • Improve the performance, just a tiny bit.
  • Update dependencies.

v1.5.4

10 Jan 17:41
Compare
Choose a tag to compare
  • Improve the progress output for when using -p.
  • Fix the -V / --version flag, ref #6, thanks @atzlinux.
  • Update documentation.
  • Update dependencies.

New minor release

18 Apr 13:51
Compare
Choose a tag to compare
  • Add support for a -n flag to perform palette reduction (#5). This is an experimental feature. Use ie. -n 16 to reduce the number of colors to 16. The palette reduction is not perfect, but it works well for some images.
  • Improve the handling of flags and arguments in png2svg by using the urfave/cli package.
  • Switch from the MIT to the BSD-3 license.
  • Update dependencies.
  • Update documentation.

png2svg 1.5.0

10 Dec 14:09
Compare
Choose a tag to compare
v1.5.0

New minor release