Image resizing

Hi there,
Image resizing is my major concern.Well one can set the image
resolution using the camera software. But considering the fact that
certain servers have limitation on data storage .eg GAE

I would like to set the resolution of the image from ODK Collect
source code. So i would like to know the best class of doing this.

Another option would be to use JJIL to do some resizing for me.

So which is the best class?

try doing it at the image_capture switch in form entry activity.

http://code.google.com/p/opendatakit/source/browse/src/org/odk/collect/android/activities/FormEntryActivity.java?repo=collect#267

there are plenty of ways to do this in android without external
libraries. search through the android docs or on stackoverflow.

ยทยทยท On Wed, Dec 8, 2010 at 07:28, mistaguy wrote: > Hi there, > Image resizing is my major concern.Well one can set the image > resolution using the camera software. But considering the fact that > certain servers have limitation on data storage .eg GAE > > I would like to set the resolution of the image from ODK Collect > source code. So i would like to know the best class of doing this. > > Another option would be to use JJIL to do some resizing for me. > > So which is the best class?