Android : how createScaledBitmap works? Which re-sizing algorithm is used to create the scale image?

on Wednesday, October 29, 2014


I've used createScaledBitmap in my code but now I want to know which method is used to scale the images. as probably you know there are some interpolation methods to resize images like: 'nearest', 'bilinear' or 'bicubic'. Please if you have reference for your answer let me know.


0 comments:

Post a Comment