Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devkanro/pvg

pvg is tool for convert pixel art to SVG.
https://github.com/devkanro/pvg

pixel pixel-art png svg

Last synced: 28 days ago
JSON representation

pvg is tool for convert pixel art to SVG.

Awesome Lists containing this project

README

        

# Description
pvg is tool for convert pixel art to SVG.

usage
```Shell
$ pvg --help
Convert pixel art bitmap to SVG without tracing, just keep all pixel exist.

Usage:
pvg [flags]

Flags:
-h, --help help for pvg
-p, --parallel parallel process in folder mode. (default true)
-t, --transparent string transparent color for converting, default as purple. (default "#FFFF00FF")
-v, --version version for pvg
```