This looks line trilinear sampling, how we interpolate different mipmap levels to smooth out the transition. I believe this will work well for zoomed out images but will definitely decrease the sharpness of the image since we are incorporating data into a pixel that other pixels could have represented. Probably not a good idea?
This looks line trilinear sampling, how we interpolate different mipmap levels to smooth out the transition. I believe this will work well for zoomed out images but will definitely decrease the sharpness of the image since we are incorporating data into a pixel that other pixels could have represented. Probably not a good idea?