After taking a picture in portrait mode with cameraEx the image is always in landscape mode.
I'm showing a preview with:
Dim imgPreview As ImageView
imgPreview.Initialize("")
imgPreview.Bitmap=RotateImage(LoadBitmap(File.DirRootExternal, sPicName),90)
which corrects the orientation of the jpg file.
I can't figure out how to save the corrected imgView to a file for uploading.
Thanks in advance,
I'm showing a preview with:
Dim imgPreview As ImageView
imgPreview.Initialize("")
imgPreview.Bitmap=RotateImage(LoadBitmap(File.DirRootExternal, sPicName),90)
which corrects the orientation of the jpg file.
I can't figure out how to save the corrected imgView to a file for uploading.
Thanks in advance,