Camera and editor improvements

This commit is contained in:
Ilya Laktyushin
2023-05-16 15:38:36 +04:00
parent b7e25ec8e7
commit 340001788e
5 changed files with 172 additions and 155 deletions

View File

@@ -602,6 +602,9 @@ public extension MediaEditorValues {
}
var requiresComposing: Bool {
if self.originalDimensions.width > self.originalDimensions.height {
return true
}
if abs(1.0 - self.cropScale) > 0.0 {
return true
}