Author Topic: How do I properly scale down a picture?  (Read 1016 times)

irrelevant, he is talking about paint.net
Quote
How do I properly scale down a picture?

he says he failed to do so in paint.net, so i offered an alternative. lol

Ok thanks, I knew what Nearest Neighbor did but now I know the other ones too.
Thanks
Bilinear results in a blurry image due to the fact that it's just like rounding every point of the image.
Bicubic results in a less blurry image because it's using cubic curves.
I don't know what Nearest Neighbor does.
I don't know what algorithm Best Quality uses.

I don't know what Nearest Neighbor does.
I don't know what algorithm Best Quality uses.
Nearest Neighbor resizes according to the exact source size scaling up to the target size.
Best Quality selects an algorithm for you -- Bicubic if scaling down, Super Sampling if scaling up.