fix photos from original camera is rotated in the preview page

pull/536/head
Ryan Zhao 3 years ago
parent bbccbe42c1
commit d74af622bc

@ -166,7 +166,7 @@ public class ImageEditorCanvasView: UIView {
// of code simplicity. We could modify the image layer's
// transform to handle the normalization, which would
// have perf benefits.
return srcImage
return srcImage.normalized()
}
// MARK: - Content

Loading…
Cancel
Save