roelj / inklingreader

A GNU/Linux-friendly version of the Wacom Inkling SketchManager.
GNU General Public License v3.0
50 stars 16 forks source link

Filters and optimizers #34

Closed roelj closed 9 years ago

roelj commented 10 years ago

Hello there,

I've been experimenting with reducing the number of points without changing the drawing. Here's my attempt: https://gist.github.com/roelj/5b9cdbaf4db159655871

A screenshot of the result can be found here: Point reduction screenshot

Since I'm not that good at math, maybe you have a better approach / ideas to create filters and optimizers..

I'd love to hear them and possibly implement them.