From f850170840635a7983c3e688cdaaba00850409f2 Mon Sep 17 00:00:00 2001 From: Gordon GECOS Date: Sat, 17 Dec 2022 21:37:58 -0500 Subject: new command montage0 --- dot/local/bin/montage0 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 dot/local/bin/montage0 diff --git a/dot/local/bin/montage0 b/dot/local/bin/montage0 new file mode 100755 index 0000000..8e0e4ff --- /dev/null +++ b/dot/local/bin/montage0 @@ -0,0 +1,5 @@ +#!/bin/sh +# Thanks to Anthony Thyssen. +# https://legacy.imagemagick.org/discourse-server/viewtopic.php?p=66007#p66007 + +montage -geometry '1x1+0+0<' "$@" -- cgit v1.2.3