From 7e5c153b86e7d683266adc1b794345ad2ff9b3b3 Mon Sep 17 00:00:00 2001 From: lvmin Date: Tue, 18 Apr 2023 09:10:42 -0700 Subject: [PATCH] more aliases --- scripts/external_code.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/external_code.py b/scripts/external_code.py index 74ab5f9181a..8a320b47adf 100644 --- a/scripts/external_code.py +++ b/scripts/external_code.py @@ -26,6 +26,8 @@ class ResizeMode(Enum): resize_mode_aliases = { 'Inner Fit (Scale to Fit)': 'Crop and Resize', 'Outer Fit (Shrink to Fit)': 'Resize and Fill', + 'Scale to Fit (Inner Fit)': 'Crop and Resize', + 'Envelope (Outer Fit)': 'Resize and Fill', }