Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-05 | Fix binary contours vectorizer | jaseg | 6 | -13/+5507 | |
Replace teh-chin with ramer-douglas-peucker | |||||
2021-06-04 | Enable (shitty) contour simplification | jaseg | 1 | -2/+2 | |
I think my implementation of this algorithm is broken. It does something, but the output looks bad. | |||||
2021-06-04 | Add vectorizer test cases | jaseg | 6 | -0/+12458 | |
2021-06-04 | Update comment on join discrepancies | jaseg | 1 | -1/+1 | |
2021-06-04 | Add & fix vectorizer tests | jaseg | 9 | -40/+103 | |
2021-06-04 | Add larger contour tracing test image | jaseg | 2 | -16/+22 | |
2021-06-04 | Fix handling of dashes and joins, all tests run through now | jaseg | 23 | -27/+91 | |
2021-06-04 | Add additional test cases | jaseg | 3 | -0/+91 | |
2021-06-04 | Add missing gaussian blur implementation | jaseg | 1 | -0/+210 | |
2021-06-04 | Add support for stroke-dashoffset | jaseg | 1 | -2/+3 | |
2021-06-04 | Fix transform math | jaseg | 1 | -6/+17 | |
2021-06-03 | Add svg-flatten SVG feature tests | jaseg | 24 | -10/+1551 | |
2021-06-03 | svg-flatten: build against submodule pugixml | jaseg | 1 | -5/+12 | |
2021-06-02 | Port svg-flatten to nopencv | jaseg | 6 | -130/+172 | |
2021-06-02 | Fix small logical error in tests | jaseg | 1 | -1/+1 | |
2021-06-02 | Fix tests | jaseg | 2 | -20/+25 | |
2021-06-02 | Add polygon area function & tests. These tests catch a single-px bug. | jaseg | 3 | -0/+83 | |
2021-06-02 | Prettify test cases | jaseg | 3 | -56/+95 | |
2021-06-02 | Finish chain approximation tests | jaseg | 2 | -102/+186 | |
2021-06-02 | Chain approximation approximately working | jaseg | 3 | -13/+34 | |
2021-06-01 | Work on chain approx | jaseg | 5 | -26/+254 | |
2021-05-30 | Contour finding tests run through | jaseg | 4 | -22/+83 | |
2021-05-30 | Add beginnings of minimalist contour tracing code | jaseg | 21 | -0/+459 | |
2021-05-24 | Make templates default to silk layer when opened in inkscape | jaseg | 1 | -2/+8 | |
2021-05-24 | Bump version to v2.1.1v2.1.1 | jaseg | 1 | -1/+1 | |
2021-05-24 | Fix phys2doc/doc2phys for image export | jaseg | 1 | -2/+2 | |
2021-04-25 | Bump version to v2.1.0v2.1.0 | jaseg | 1 | -1/+1 | |
2021-04-25 | Fix pattern rendering and some xform bugs | jaseg | 4 | -15/+23 | |
2021-04-25 | svg-flatten: Add support for patterned strokes on outline layers | jaseg | 1 | -35/+33 | |
2021-04-25 | README: Document outline layer handling | jaseg | 1 | -2/+24 | |
2021-04-25 | svg-flatten: Add support for line thickness to board outline exporter | jaseg | 3 | -5/+34 | |
2021-04-25 | README: add doc on new board outline feature | jaseg | 1 | -3/+12 | |
2021-04-25 | gerbolyze: Add support for board outline layer | jaseg | 1 | -6/+14 | |
2021-04-25 | svg-flatten: Add outline/edge layer mode | jaseg | 4 | -56/+118 | |
2021-04-25 | Remove cairo dependencywip-nocairo | jaseg | 17 | -363/+330 | |
We initially used Cairo for its bezier flattening algorithm. That algorithm turned out to be a bit too imprecise at the scales we're working at here (#17), so I ended up porting over some code from Antigrain Graphics. The only other thing we used Cairo for was debug output and coordinate transforms, so I just wrote the relevant vector math in a small header file, deleted all debug output code and thus eliminated the cairo dependency. This is a step towards Windows builds. | |||||
2021-04-24 | Replace cairo curve flattener from Anitgrain Graphics | jaseg | 8 | -42/+307 | |
This also fixes an issue where non-closed curves were not dilated properly. | |||||
2021-04-05 | Fix README rst | jaseg | 1 | -12/+13 | |
2021-04-05 | Bump version to v2.0.8v2.0.8 | jaseg | 1 | -1/+1 | |
2021-04-05 | Add MacOS supportv2.0.7 | jaseg | 3 | -1/+24 | |
2021-04-05 | Add -f/--flip-gerber-polarity option | jaseg | 4 | -9/+17 | |
2021-02-17 | Bump version to v2.0.6v2.0.6 | jaseg | 1 | -1/+1 | |
2021-02-17 | svg-flatten: add curve flattening tolerance command line param | jaseg | 5 | -13/+19 | |
2021-02-17 | svg-flatten: Fix fill-rule handling for filled open paths | jaseg | 3 | -30/+47 | |
2021-02-14 | Bump version to 2.0.5v2.0.5 | jaseg | 1 | -1/+1 | |
2021-02-11 | Fix handling of stroke width under transformations | jaseg | 1 | -1/+6 | |
2021-02-08 | Fix readme RST syntax | jaseg | 1 | -1/+1 | |
2021-02-08 | README: fix intro | jaseg | 1 | -1/+1 | |
2021-02-07 | Update README.rst | Nein Seg | 1 | -1/+2 | |
2021-02-07 | fix $PATH | Ricardo (XenGi) Band | 1 | -0/+4 | |
2021-02-07 | no need for su | Ricardo (XenGi) Band | 1 | -8/+8 | |