aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-03-03Bump version to v0.1.12v0.1.12jaseg1-1/+1
2019-03-26Bump version to v0.1.10v0.1.10jaseg1-1/+1
2019-03-26gerbolyze.py: Fix fix for findContoursjaseg1-1/+1
2019-03-26Bump version to v0.1.9v0.1.9jaseg1-1/+1
2019-03-26gerbolyze.py: Fix cv2.findContours to work with cv2 4.0jaseg1-1/+2
2019-02-03Bump version to v0.1.8v0.1.8jaseg1-1/+1
2019-02-03Update to latest pcb-tools, fix level polarity issuejaseg2-2/+2
2018-11-29Vectorize: Render relative to outline layer instead of target layerjaseg1-1/+1
2018-11-29Fix typo in layer filename patternsjaseg1-2/+2
2018-11-29Preview: also render outline layerjaseg1-0/+1
2018-07-08Fix tqdm importv0.1.7jaseg3-2/+2
2018-07-08Add .gitignore for python packaging stuffjaseg1-0/+3
2018-07-08Add MANIFESTjaseg1-0/+1
2018-07-08Split command-line interface and python packagejaseg2-38/+36
2018-07-08setup.py: Add missing tqdm, numpy, opencv dependenciesjaseg1-1/+1
2018-07-08setup.py: Make README fit for PyPIjaseg2-19/+26
2018-07-08Add setup.py, bump version to 0.1.0jaseg1-0/+29
2018-07-08Add LICENSEjaseg1-0/+661
2018-07-08README: Improve intro blurbjaseg1-1/+3
2018-07-08README: Add photo of lyzajaseg2-0/+2
2018-07-08README: Add image preprocessing manualjaseg1-1/+91
2018-07-07Add screenshots for guidejaseg20-0/+0
2018-07-06Add README and rename tool to gerbolyzejaseg2-0/+30
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-25Move test data into subdirjaseg8-0/+0
2017-11-25Add subtraction of paste and drill layersjaseg3-15/+565
2017-11-25Fix positioning of image relative to outlinejaseg1-2/+9
2017-11-25Initial commitjaseg8-0/+29130
positioning is still a bit broken