[android-developers] Re: Image Picker and Cropper

2011-05-21 Thread neuromit
yes it is. I guess I should have specified that.   From my app I'd
like to let the user pick an image and then crop it but I want to
enforce a specific Width x Height ratio and I was wondering if there
was something in the SDK to do this.

On May 15, 9:24 pm, Nicholas Johnson metthejohn...@gmail.com wrote:
 is this a programming question?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Image Picker and Cropper

2011-05-21 Thread Mark Murphy
Picking an image, yes. Cropping an image, no.

There is some undocumented cropping activity somewhere (Gallery app?),
but it does not work on all devices and, as noted, is not documented.
And even that probably will not let you enforce a specific Width x
Height ratio. Anything that specific would need to be implemented by
you.

On Sat, May 21, 2011 at 6:12 PM, neuromit stuart.lay...@gmail.com wrote:
 yes it is. I guess I should have specified that.   From my app I'd
 like to let the user pick an image and then crop it but I want to
 enforce a specific Width x Height ratio and I was wondering if there
 was something in the SDK to do this.

 On May 15, 9:24 pm, Nicholas Johnson metthejohn...@gmail.com wrote:
 is this a programming question?

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Image Picker and Cropper

2011-05-15 Thread neuromit
bump...

On May 14, 10:17 am, neuromit stuart.lay...@gmail.com wrote:
 Is there a way to pick an image from the gallery while also specifying
 that it should be cropped or resized to certain dimensions?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Image Picker and Cropper

2011-05-15 Thread Nicholas Johnson
is this a programming question?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en