jamesmontemagno / MediaPlugin

Take & Pick Photos and Video Plugin for Xamarin and Windows
MIT License
711 stars 360 forks source link

[iOS] Access to raw image file? #892

Open dog44wgm opened 4 years ago

dog44wgm commented 4 years ago

I deal with .jpeg files that have thermographic imaging metadata embedded. The MediaPlugin works fine to display and pick the image. Problem: the file I get has been altered in some way so that my thermographic software can no longer load the file. The MediaFile.GetStream function returns a truncated byte array even when PhotoSize is Full and SaveMetaData is True. Is there some way I to avoid this problem? Is it possible to access the original, unaltered file?

Alextorres950325 commented 4 years ago

yes System.NullReferenceException: Unable to convert image to jpeg, please ensure file exists or lower quality level again appear on iOs devices