Skip to content

Commit

Permalink
Add 45x35 portrait aspect ratio to crop module
Browse files Browse the repository at this point in the history
  • Loading branch information
da-phil authored and TurboGit committed Jan 21, 2025
1 parent ac38544 commit 362fd7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iop/crop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 362fd7d

Please sign in to comment.