Commit Graph

2 Commits

Author SHA1 Message Date
Lapin 6994ea911f [fix]: drawing optimization
fix the adjust_brightness() function.
blank point was not included
2020-12-30 19:11:29 +01:00
Lapin f3314441d3 [feat] drawing_optimisation: in progess
the feature implement a paper: https://art-science.org/journal/v7n4/v7n4pp155/artsci-v7n4pp155.pdf

there is some generator to test the optimisation in: ./clitools/generators/drawingTests/
Now, all the optimisation will be in ./libs3/plotOptimizer.py
in ./libs3/tracer3.py the adding of point is avoid an will be replace by the optimisation from the paper
2020-12-17 20:21:04 +01:00