diff options
author | jaseg <git@jaseg.de> | 2022-06-12 16:59:48 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-06-12 16:59:48 +0200 |
commit | 8ccbc98706ae78ac5cc5b0a4e8c217f8141e9fa8 (patch) | |
tree | ce96bf89f30f2f8406ff991ceb9c88c81927a4ab /README.rst | |
parent | ca43fe715b494b3ff3cb788c0332d4f7e6c2ac81 (diff) | |
download | gerbolyze-8ccbc98706ae78ac5cc5b0a4e8c217f8141e9fa8.tar.gz gerbolyze-8ccbc98706ae78ac5cc5b0a4e8c217f8141e9fa8.tar.bz2 gerbolyze-8ccbc98706ae78ac5cc5b0a4e8c217f8141e9fa8.zip |
README: Add link to gerbonara
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8,7 +8,7 @@ Gerbolyze high-fidelity SVG/PNG/JPG to PCB converter Gerbolyze renders SVG vector and PNG/JPG raster images into existing gerber PCB manufacturing files. Vector data from SVG files is rendered losslessly *without* an intermediate rasterization/revectorization step. Still, gerbolyze supports (almost) the full SVG 1.1 spec including complex, self-intersecting paths with holes, -patterns, dashes and transformations +patterns, dashes and transformations. Raster images can either be vectorized through contour tracing (like gerbolyze v1.0 did) or they can be embedded using high-resolution grayscale emulation while (mostly) guaranteeing trace/space design rules. @@ -31,6 +31,8 @@ thousands of primitives, generating tens of megabytes of gerber code without cra finally be confident that your PCB fab's toolchain will fall over before yours does if you overdo it with the high-poly anime silkscreen. +Gerbolyze is based on gerbonara_. + .. image:: pics/process-overview.png :width: 800px @@ -672,3 +674,5 @@ avoid that so the default license is still AGPL. .. _pcb-tools: https://github.com/curtacircuitos/pcb-tools .. _pcb-tools-extension: https://github.com/opiopan/pcb-tools-extension .. _GIMP: https://gimp.org/ +.. _gerbonara: https://gitlab.com/gerbolyze/gerbonara + |