[android-developers] Re: How to Zoom out a picture

2009-04-06 Thread Mark Murphy
guishenl...@gmail.com wrote: > Nobody knows? > > On Mar 31, 12:44 pm, "guishenl...@gmail.com" > 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 any

[android-developers] Re: How to Zoom out a picture

2009-04-06 Thread Ivan Soto
You can start from here: Bitmap bm = BitmapFactory.decodeFile("pathtofile.jpg"); Ivan Soto Fernandez Web Developer http://ivansotof.com On Mon, Apr 6, 2009 at 7:05 PM, guishenl...@gmail.com wrote: > > Nobody knows? > > On Mar 31, 12:44 pm, "guishenl...@gmail.com" > wrote: > > Hi all, > >

[android-developers] Re: How to Zoom out a picture

2009-04-06 Thread guishenl...@gmail.com
Nobody knows? On Mar 31, 12:44 pm, "guishenl...@gmail.com" 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 c