Search found 4 matches

by Sinaf
2017-07-27T17:16:36-07:00
Forum: Users
Topic: [Solved] Annotation suddenly looks weird without change of command
Replies: 8
Views: 7166

Re: [Solved] Annotation suddenly looks weird without change of command

Well, that's the thing with Debian. Sure, I could compile the latest release from source, and it would probably work again. The downside is that I then have to make sure to keep it up-to-date separately. By sticking to the (old) versions in my package manager I don't have worry about that. I appreci...
by Sinaf
2017-07-27T14:27:11-07:00
Forum: Users
Topic: [Solved] Annotation suddenly looks weird without change of command
Replies: 8
Views: 7166

Re: Annotation suddenly looks weird without change of command

This is no "angry customer story". I have used ImageMagick for a long time and I have been very happy with it. I tried to upgrade through backports, but there wasn't a newer version available. In hindsight, I should have tried downgrading to the previous version. Oh well, I eventually ende...
by Sinaf
2017-07-27T06:47:32-07:00
Forum: Users
Topic: [Solved] Annotation suddenly looks weird without change of command
Replies: 8
Views: 7166

Re: Annotation suddenly looks weird without change of command

For the sake of testing I have set the TEMP and HUM variables manually. TIME=$(date +"%H:%M:%S am %d.%m.%y") TEMP="30.0" HUM="50.0" Also for testing purposes I have used this grey image , so it is easier to spot the "error". This is the complete image after th...
by Sinaf
2017-07-27T05:55:29-07:00
Forum: Users
Topic: [Solved] Annotation suddenly looks weird without change of command
Replies: 8
Views: 7166

[Solved] Annotation suddenly looks weird without change of command

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. convert webcam0.jpg -font 'Inconsolata' -pointsize 28 -gravity SouthWe...