Can anybody have any idea about how to get a small bitmap image from a big bitmap which is the combination of many bitmaps.
Asked
Active
Viewed 1,282 times
1 Answers
0
Create a small bitmap.
Create a canvas using that bitmap.
Paste a Rect from the original bitmap to the new one.
Yes, this is annoying; no, you can't skip the pointless canvas step, that's how it works here.

o0'.
- 11,739
- 19
- 60
- 87
-
for more info look here: http://stackoverflow.com/questions/2618355/how-to-blit-in-android – o0'. Sep 20 '10 at 09:59