Releases: xyproto/png2svg
Releases · xyproto/png2svg
png2svg 1.6.0
- 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
New minor release
- 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 theurfave/cli
package. - Switch from the MIT to the BSD-3 license.
- Update dependencies.
- Update documentation.
png2svg 1.5.0
v1.5.0 New minor release