Changed the font size of photographer's name.

This commit is contained in:
Ceda EI 2017-12-29 10:19:02 +05:30
parent 3fb5d52bef
commit 81a5165e15
2 changed files with 3 additions and 2 deletions

View File

@ -4,4 +4,4 @@ BOX_BOTTOM_RIGHT_X=410
BOX_BOTTOM_RIGHT_Y=718
ROUNDENESS=50
NAME_X=600
NAME_Y=10
NAME_Y=17

View File

@ -19,7 +19,8 @@ while : ; do
convert $HOME/.rand_bg -resize "$resolution^" -crop "$resolution" \
-draw "fill black fill-opacity 0.4 roundRectangle
$BOX_TOP_LEFT_X,$BOX_TOP_LEFT_Y $BOX_BOTTOM_RIGHT_X,$BOX_BOTTOM_RIGHT_Y
$ROUNDENESS,$ROUNDENESS text $NAME_X,$NAME_Y 'Photograph by: $name_photographer on Unsplash'" \
$ROUNDENESS,$ROUNDENESS" -pointsize 17 -draw "text $NAME_X,$NAME_Y
'Photograph by: $name_photographer on Unsplash'" \
/tmp/temp_lock.png
# Move to needed place and remove the rest.