[android-developers] Re: how to take small picture

2009-03-18 Thread Mark Murphy
> When we use camera, is there any parameters we can config about the > picture resolution? Thanks! The camera parameters are called Camera.Parameters and include setters for preview and picture size. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Devel

[android-developers] Re: how to take small picture

2009-03-18 Thread cindy
When we use camera, is there any parameters we can config about the picture resolution? Thanks! April On Mar 18, 10:57 am, Streets Of Boston wrote: > Take a look at the Bitmap and BitmapFactory classes in the Android SDK > > On Mar 18, 1:52 pm, cindy wrote: > > > Hi, > > > Is there anyway to r

[android-developers] Re: how to take small picture

2009-03-18 Thread Streets Of Boston
Take a look at the Bitmap and BitmapFactory classes in the Android SDK On Mar 18, 1:52 pm, cindy wrote: > Hi, > > Is there anyway to reduce the resolution of picture taken using > camera? It takes long time to upload the image to server. Does anyone > use any compression software for image ? > >