Skip to content

Commit

Permalink
Try to make imagemagick label work again by hardcoding a size
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbez1 committed Dec 9, 2016
1 parent 99e0bcb commit f1d1edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/annotate_image.sh
Expand Up @@ -10,5 +10,5 @@ ls "$FONT"
set -v

LABEL="`date --rfc-3339=seconds`\n`git rev-parse --short HEAD`"
convert -background black -fill white -pointsize 12 -font "$FONT" label:"$LABEL" -bordercolor black -border 3 $1 +swap -append $1
convert -background black -fill white -pointsize 12 -font "$FONT" -size 300x36 label:"$LABEL" -bordercolor black -border 3 $1 +swap -append $1

0 comments on commit f1d1edb

Please sign in to comment.