Cleanup, rendering fixes.

fixed rendering of tented vias
fixed rendering of semi-transparent layers
fixed file type detection issues
added some examples
This commit is contained in:
Hamilton Kibbe 2016-01-28 12:19:03 -05:00
parent b9f1b106c3
commit 5df38c014f
26 changed files with 401 additions and 231 deletions

View file

@ -6,7 +6,7 @@ pcb-tools
Tools to handle Gerber and Excellon files in Python.
Useage Example:
Usage Example:
---------------
import gerber
from gerber.render import GerberCairoContext
@ -27,6 +27,7 @@ Rendering Examples:
-------------------
###Top Composite rendering
![Composite Top Image](examples/cairo_example.png)
![Composite Bottom Image](examples/cairo_bottom.png)
Source code for this example can be found [here](examples/cairo_example.py).