1 unstable release

0.3.3 Dec 24, 2022

#949 in Command line utilities

MIT license

44KB
519 lines

silkgen

Generate KiCad silkscreen art from PNGs.

Primarily intended for pixel art. Turns black/white/transparent pixels into copper/silkscreen/nothing respectively.

Adds clearance between silkscreen and copper to avoid DRC violations.

Install

From crates.io: cargo install silkgen

From GitHub releases: https://github.com/erikdesjardins/silkgen/releases

Example

silkgen --pixel-pitch 0.5mm --clearance 0.05mm annoying_dog.png -o annoying_dog.kicad_mod

annoying_dog.png annoying_dog.kicad_mod
example_image example_footprint

Dependencies

~9MB
~171K SLoC