This is a discussion on subsampling - Graphics ; Hello, I need to scale an image (only decrease its size, not enlarge) at real time to use it under an sdl project. I want to know what could be the best algorithm (how much is bicubic - bilinear important ...
Hello,
I need to scale an image (only decrease its size, not enlarge)
at real time to use it under an sdl project. I want to know what
could be the best algorithm (how much is bicubic - bilinear
important if I only decrease? and for speed?), where I can
find more doc to develop an implementation by myself and
libraries that could do this work for me..
Thanks,
Gaetano