aboutsummaryrefslogtreecommitdiff
path: root/gerbimg.py
AgeCommit message (Collapse)AuthorFilesLines
2018-07-06Rendering works nowjaseg1-64/+26
2018-07-06Working on renderingjaseg1-38/+146
2018-07-06Tidied up the command line interfacejaseg1-116/+165
2018-07-02Add doc, small fixes to transformationsjaseg1-5/+32
2018-06-28Fix offset issue for xenjaseg1-1/+1
2017-11-26Add offset status infojaseg1-1/+1
2017-11-26Make backup file logic smarterjaseg1-6/+12
Automatically re-use an existing target layer backup file in subsequent runs instead of using a previous run's output. I.e., if the target extension is set to ".GTO" and both "foo.GTO" and "foo.GTO.bak" exist, automatically use "foo.GTO.bak" and write to "foo.GTO". This behavior can be overridden by stating an explicit filename.
2017-11-26Fix scaling and positioning issuejaseg1-14/+9
2017-11-25Allow layer file extension alternativesjaseg1-21/+30
2017-11-25Add better status trackingjaseg1-25/+73
2017-11-25Use solder mask instead of paste layer for subtractionjaseg1-1/+1
2017-11-25Add subtraction of paste and drill layersjaseg1-15/+30
2017-11-25Fix positioning of image relative to outlinejaseg1-2/+9
2017-11-25Initial commitjaseg1-0/+185
positioning is still a bit broken