[email protected] wrote: > Nobody knows? > > On Mar 31, 12:44 pm, "[email protected]" <[email protected]> > wrote: >> Hi all, >> If I have a picture file stored in the phone memery (.jpg .bmp >> etc.),can I use Android API to zoom it out.For example, convert a >> picture of size 800*800 to 80*80. If anyone knows, please give me some >> sample code. Thank you in advance!
You can try Bitmap.createScaledBitmap(). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

