| Crates.io | svg-pixels |
| lib.rs | svg-pixels |
| version | 0.1.3 |
| created_at | 2024-09-06 01:17:36.509439+00 |
| updated_at | 2024-10-04 05:10:17.674001+00 |
| description | A PNG to SVG per pixel converter |
| homepage | https://github.com/thomaswright/svg-pixels |
| repository | https://github.com/thomaswright/svg-pixels |
| max_upload_size | |
| id | 1365342 |
| size | 35,854 |
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
cargo install svg-pixels
svg-pixels <input.png> <output.svg>