This (as an example):
Code: Select all
convert xc: -font Candice -pointsize 24 \
-debug annotate -annotate 0 'Test' null: 2>&1 |\
grep Metrics: | fmt -w80
In general I use a Arialbd.ttf file, so the font is available, and is working in other commands.
Also my code is working on a mac, running ImageMagick 6.4.8-9
Does the 6.3.7 Version have a bug, or wasn't the debug annotate feature implemented back then ?
Or could it be due to not fully resolved dependencies ? Or even something much simpler ?
I ask all that questions cause my boss doesn't wan't to upgrade to a newer version (yet), so he looks for solutions that do not include the build of a complete new version.