aboutsummaryrefslogtreecommitdiff
path: root/mkthoughts
blob: fd0709a07c34bdd83940a1a1321a3b1ce8efa4b0 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
. ./find_magick.sh
magick \
  -size 127x128 xc:"${3:-white}" \
  "$1" -geometry x74+26+3 -composite \
  \( thoughts/mask.png -channel a -negate \) -compose copy-opacity -composite \
  thoughts/overlay.png -compose srcover -composite \
  "$2"