jamesmontemagno / Xamarin.Plugins

Cross-platform Native API Access from Shared Code!
MIT License
1.3k stars 380 forks source link

Media Plugin 2.4.0-pre is not rotating or resizing images in android due to Out of Memory Exceptions #279

Closed dhaligas closed 8 years ago

dhaligas commented 8 years ago

Please take a moment to fill out the following (change to preview to check or place x in []):

This is a

Which plugin does this impact:

Version Number of Plugin: 2.4.0-pre3 Device Tested On: Samsung Galaxy S5 Simulator Tested On:

Expected Behavior

I am taking a photo with the photo size of small and I expect the result to be rotated and resized.

Actual Behavior

When debugging the MediaAndroidTest app I am getting Out of Memory exceptions when it tries to FixOrientationAync and ResizeImage

Steps to reproduce the Behavior

Run MediaAndroidTest on Debug on Device Take Photo

jamesmontemagno commented 8 years ago

This issue was moved to jamesmontemagno/MediaPlugin#15