-
-
+
+
+
+
-
-
+
-
-
+
+
- {{ settings.stylizeMask > 0.02
+ {{ shot.stylizeMask > 0.02
? 'Only the highlights are screened; the rest stays as photographed.'
- : settings.stylizeMask < -0.02
+ : shot.stylizeMask < -0.02
? 'Only the shadows are screened.'
: 'The whole frame is screened.' }}
@@ -768,12 +689,6 @@ const CONTAINERS = [
@update:model-value="setOutput(String($event))"
/>
-
-
{{ settings.outputWidth }}×{{ settings.outputHeight }} · {{ frameCount }} frames ·
@@ -822,13 +731,6 @@ const CONTAINERS = [