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 // of code simplicity. We could modify the image layer's
// transform to handle the normalization, which would // transform to handle the normalization, which would
// have perf benefits. // have perf benefits.
return srcImage return srcImage.normalized()
} }
// MARK: - Content // MARK: - Content

Loading…
Cancel
Save