mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-03-16 22:11:02 +08:00
Remove rotation test value
This commit is contained in:
parent
ae2acd9ab2
commit
fe6dc72a75
@ -262,7 +262,7 @@ namespace WPCordovaClassLib.Cordova.Commands
|
|||||||
}
|
}
|
||||||
|
|
||||||
int orient = ImageExifHelper.getImageOrientationFromStream(e.ChosenPhoto);
|
int orient = ImageExifHelper.getImageOrientationFromStream(e.ChosenPhoto);
|
||||||
int newAngle = 270;
|
int newAngle = 0;
|
||||||
switch (orient)
|
switch (orient)
|
||||||
{
|
{
|
||||||
case ImageExifOrientation.LandscapeLeft:
|
case ImageExifOrientation.LandscapeLeft:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user