What is wrong with my bilinear interpolation algorithm? – Photoshop
I am using PHP to test out my bilinear algorithm. The code is un-optimized for clarity. Here is what the code below is doing: Plot the original pixels from the 2x2 image to the 10x10 destination image. These will leave…