Fast Image Downscaling in C/C++
I'm looking for fast C/C++ libraries to perform fast downscaling using mainly linear and cubic interpolation. Are FreeImage and/or FFMPEG libswsca开发者_运维知识库le good alternatives. Any more suggestions?
Have you looked at imagemagick? http://www.imagemagick.org/
精彩评论