Hacker News new | ask | show | jobs
Ask HN: How does software smooth lines?
2 points by theterriblestid 2264 days ago
Photoshop and other digital paint apps have a “smoothing” option that causes lines drawn to be curvier. What’s the math of it?
2 comments

I'm not an specialist, but you can start with https://en.wikipedia.org/wiki/Spatial_anti-aliasing
you can read https://en.wikipedia.org/wiki/B-spline

most of them simply use a lasso method.