freshplanet / ANE-ImagePicker

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

Cropped image bytearray #46

Open dr-andy opened 8 years ago

dr-andy commented 8 years ago

If I use displayImagePicker with crop = true, returned BitmapData is cropped but returned ByteArray is not cropped. Is there an option to return as cropped without doing JPEG encoding?