Good morning,

Can anyone point me toward a good, easy to understand bilinear resample routine? I essentially have an array of bits, say a texture image at 256,256. I want to be able to resize it to anything, with a nice filter to it.

This is for a software-only mode so I can't use the DX routines.