last night we did an update of ImageMagick on FreeBSD 7.1 amd64. The IM version is now 6.6.7-10 2011-04-14 Q16.
A crucial part in our software determines the luma of a box containing text with this command:
Code: Select all
/usr/local/bin/convert -background white -fill black -font /usr/local/whatnot/fonts/tahoma.ttf -pointsize 7.09 -trim +repage -colorspace Rec709Luma -debug all -format %[fx:mean] /var/tmp/text.svg info:
Code: Select all
2011-04-15T09:30:14+02:00 0:00.758 0.125u 6.6.7 Exception convert[2044]: color.c/GetColorCompliance/948/Exception
unrecognized color `mean'
0
The same command still works fine on my Windows 7 machine with IM 6.6.7-7 2011-02-07 Q16.
Glad for any pointers or fixes.
Kind regards
Yeti