create_caption: make y offset positive

This commit is contained in:
Ayub Ahmed 2017-03-11 18:55:21 +06:00 committed by GitHub
parent 4a39a7730e
commit 943ccbb126

View file

@ -34,7 +34,7 @@ if [ $# = 4 ]; then
-gravity north \
-draw "image over 0,18 0,0 '$2'" \
-gravity south \
-draw "image over 0,-25 0,0 '$3'"
-draw "image over 0,25 0,0 '$3'"
else
draw_with_footer "$1" "$2"
fi