Linux command
vectorize-pixelart 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Convert pixel art
vectorize-pixelart [input.png] [output.svg]
With scale
vectorize-pixelart -s [4] [input.png] [output.svg]
Simplify curves
vectorize-pixelart --simplify [input.png] [output.svg]
说明
vectorize-pixelart converts pixel art images into scalable vector graphics (SVG). Unlike general-purpose image tracers, it is specifically designed for pixel art, preserving the sharp edges and clean geometric shapes that define the style. The resulting SVG files can be scaled to any resolution without blurring or aliasing artifacts. This makes the tool useful for preparing pixel art assets for high-resolution displays, print media, or web use where crisp rendering at multiple sizes is needed.
参数
- -s _SCALE_
- Output scale.
- --simplify
- Simplify paths.
- --help
- Show help.
FAQ
What is the vectorize-pixelart command used for?
vectorize-pixelart converts pixel art images into scalable vector graphics (SVG). Unlike general-purpose image tracers, it is specifically designed for pixel art, preserving the sharp edges and clean geometric shapes that define the style. The resulting SVG files can be scaled to any resolution without blurring or aliasing artifacts. This makes the tool useful for preparing pixel art assets for high-resolution displays, print media, or web use where crisp rendering at multiple sizes is needed.
How do I run a basic vectorize-pixelart example?
Run `vectorize-pixelart [input.png] [output.svg]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -s _SCALE_ do in vectorize-pixelart?
Output scale.