svg-pixels

Crates.iosvg-pixels
lib.rssvg-pixels
version0.1.3
sourcesrc
created_at2024-09-06 01:17:36.509439
updated_at2024-10-04 05:10:17.674001
descriptionA PNG to SVG per pixel converter
homepagehttps://github.com/thomaswright/svg-pixels
repositoryhttps://github.com/thomaswright/svg-pixels
max_upload_size
id1365342
size35,854
Thomas Wright (thomaswright)

documentation

README

svg-pixels

This library converts a png to an svg by making a 1 pixel sized rect tag for each pixel in the png. Mostly useful for pixel art.

https://crates.io/crates/svg-pixels

Install

cargo install svg-pixels

Use

svg-pixels <input.png> <output.svg>

Commit count: 9

cargo fmt