views:

435

answers:

1

Hello!

Is there some native android SDK function which takes bitmap and desired new bitmap dimensions and then returns scaled bitmap?

+3  A: 

You might take a look at: Bitmap.createScaledBitmap()

Erich Douglass
Oh, wow, great. Thank you, this is it :)
dpimka