What is the best image downscaling algorithm (quality-wise)?

前端 未结 7 561
伪装坚强ぢ
伪装坚强ぢ 2020-12-07 08:45

I want to find out which algorithm is the best that can be used for downsizing a raster picture. With best I mean the one that gives the nicest-looking results. I know of bi

7条回答
  •  既然无缘
    2020-12-07 09:45

    The algorithm you describe is called linear interpolation, and is one of the fastest algorithms, but isn't the best on images.

提交回复
热议问题