[Solved] Annotation suddenly looks weird without change of command
Posted: 2017-07-27T05:55:29-07:00
First things first: ImageMagick 6.8.9-9 Q16 arm 2017-07-15 on ARMBIAN 5.31
I have been running the following command to annotate a webcam picture that gets pulled every 10 minutes. This has been working fine for more than a year.
Since a couple of days, however, this is how the annotation is displayed:
It might have something to do with the last update (15.07.), but I'm not completely sure.
Can someone point me in the right direction on how to solve this mess. Thanks in advance.
I have been running the following command to annotate a webcam picture that gets pulled every 10 minutes. This has been working fine for more than a year.
Code: Select all
convert webcam0.jpg -font 'Inconsolata' -pointsize 28 -gravity SouthWest -stroke black -strokewidth 3 -annotate +35+5 'www.websitename.de' -stroke none \
-fill white -annotate +35+5 'www.websitename.de' -gravity South -stroke black -strokewidth 3 -annotate +0+5 "$TIME" -stroke none -fill white \
-annotate +0+5 "$TIME" -gravity SouthEast -stroke black -strokewidth 3 -annotate +35+5 "ca. $TEMP°C | $HUM%" \
-stroke none -fill white -annotate +35+5 "ca. $TEMP°C | $HUM%" webcam1.jpg
It might have something to do with the last update (15.07.), but I'm not completely sure.
Can someone point me in the right direction on how to solve this mess. Thanks in advance.