HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vectorize-pixelart — Convert PNG pixel art graphics to SVG/EPS vector images. More information: <https://github.com/und3f

Submitted by: @import:tldr-pages··
0
Viewed 0 times
vectorize-pixelartgraphicscommandartconvertclipixelpng

Problem

How to use the vectorize-pixelart command: Convert PNG pixel art graphics to SVG/EPS vector images. More information: <https://github.com/und3f/vectorize-pixelart>.

Solution

vectorize-pixelart — Convert PNG pixel art graphics to SVG/EPS vector images. More information: <https://github.com/und3f/vectorize-pixelart>.

Convert a PNG to a vector image format:
vectorize-pixelart {{path/to/input.png}} {{path/to/output.svg|.eps}}

Code Snippets

Convert a PNG to a vector image format

vectorize-pixelart {{path/to/input.png}} {{path/to/output.svg|.eps}}

Context

tldr-pages: common/vectorize-pixelart

Revisions (0)

No revisions yet.