From f431d42a5eb582a190abcd4ca1e12f1e9794f688 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 8 Oct 2024 00:57:54 +0200 Subject: WIP epic title page --- experiments/crop-melon | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 experiments/crop-melon (limited to 'experiments/crop-melon') diff --git a/experiments/crop-melon b/experiments/crop-melon new file mode 100755 index 0000000..5beb634 --- /dev/null +++ b/experiments/crop-melon @@ -0,0 +1,10 @@ +#!/bin/sh +input_file="$1" +output_base="${input_file%.*}-crop.png" +magick "$input_file" \ + -gravity North -chop 0x20 \ + -crop 256x192 \ + "$output_base" + + + -- cgit v1.2.3