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
The algorithm you describe is called linear interpolation, and is one of the fastest algorithms, but isn't the best on images.