Y
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
gus_massa
2264 days ago
I'm not an specialist, but you can start with
https://en.wikipedia.org/wiki/Spatial_anti-aliasing
link
billconan
2264 days ago
you can read
https://en.wikipedia.org/wiki/B-spline
most of them simply use a lasso method.
link