freshplanet / ANE-ImagePicker

Air Native Extension for mobile camera and gallery features (iOS + Android)
Apache License 2.0
80 stars 48 forks source link

Image size/resolution #31

Open gnomjogson opened 9 years ago

gnomjogson commented 9 years ago

Hi,

when picking an image from the gallery with "displayImagePicker()" on Android device it seems like neither the BitmapData nor the ByteArray passed back to the callback function is the original image, but a smaller version of the original image picked. Is it also possible to get the file-reference of the image picked from the device? Or have i missed something?

Best, Chris

johnd09 commented 9 years ago

any solution ?

Stortof commented 8 years ago

Hi there, Any solution to have the full size image on Android ? I really need it... :\

gnomjogson commented 8 years ago

It's not possible with that. I ended up recompiling the ANE. Passing only the image file path and loading the images from within the app itself worked much more stable.

Stortof commented 8 years ago

Thanks for your answer ! Are you sharing this recompiled ANE somewhere ?