Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A native sdk function to scale Bitmap?

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

like image 625
dimsuz Avatar asked Jan 19 '26 06:01

dimsuz


1 Answers

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

like image 121
Erich Douglass Avatar answered Jan 20 '26 20:01

Erich Douglass