aboutsummaryrefslogtreecommitdiff
path: root/mkheartbandaid
diff options
context:
space:
mode:
Diffstat (limited to 'mkheartbandaid')
-rwxr-xr-xmkheartbandaid3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkheartbandaid b/mkheartbandaid
new file mode 100755
index 00000000..5d66ff85
--- /dev/null
+++ b/mkheartbandaid
@@ -0,0 +1,3 @@
+#!/bin/sh
+. ./find_magick.sh
+./mkheart "$1" - heart.png | magick - \( heartbandaid.png -resize $(magick identify -ping -format '%wx%h' "$1") \) -composite "$2"