error unabletoreadfont when using montage command
Posted: 2010-05-13T08:25:44-07:00
Hi imagemagick users,
I got a strange error when using the montage commande :
"montage: UnableToReadFont `(null)' @ annotate.c/RenderFreetype/1024."
My command does not use the annotate attribute so I don't understand what I'm doing wrong ?
Here is my complete code line : (called from a perl script, and from the webhosting infomaniak with Perlmagic via Imagemagick 6.3.9)
system "/opt/misc/imagemagick/bin/montage -limit memory 0 -limit map 0 pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg -size 80x60 -tile 4x3 -geometry +0+0 montage.png";
The result is OK, the file montage.png is created and has the montage has been done correctly.
And for information : on my local computer (under windows 7) I don't have this message.
So if someone one has a solution or an idea of a test I can do ?
Thanks.
Sorry for my english.
Patayou.
I got a strange error when using the montage commande :
"montage: UnableToReadFont `(null)' @ annotate.c/RenderFreetype/1024."
My command does not use the annotate attribute so I don't understand what I'm doing wrong ?
Here is my complete code line : (called from a perl script, and from the webhosting infomaniak with Perlmagic via Imagemagick 6.3.9)
system "/opt/misc/imagemagick/bin/montage -limit memory 0 -limit map 0 pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg pan_h.jpg -size 80x60 -tile 4x3 -geometry +0+0 montage.png";
The result is OK, the file montage.png is created and has the montage has been done correctly.
And for information : on my local computer (under windows 7) I don't have this message.
So if someone one has a solution or an idea of a test I can do ?
Thanks.
Sorry for my english.
Patayou.