From 362fd7d5a7d3cd8bd3fd2f23f07cd4c3d2ef9a46 Mon Sep 17 00:00:00 2001 From: Philipp Lutz Date: Sun, 8 Dec 2024 15:51:05 +0100 Subject: [PATCH] Add 45x35 portrait aspect ratio to crop module --- src/iop/crop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/iop/crop.c b/src/iop/crop.c index 4a500d614cb1..f0b06256ebf3 100644 --- a/src/iop/crop.c +++ b/src/iop/crop.c @@ -1135,6 +1135,7 @@ void gui_init(dt_iop_module_t *self) { _("10:8 in print"), 2445, 2032 }, { _("5:4, 4x5, 8x10"), 5, 4 }, { _("11x14"), 14, 11 }, + { _("45x35, portrait"), 45, 35 }, { _("8.5x11, letter"), 110, 85 }, { _("4:3, VGA, TV"), 4, 3 }, { _("5x7"), 7, 5 },