On Fri, 1 May 2009 09:50:38 +0530
Shibu P U <[email protected]> wrote:

| Hi
| 
| I am using the Image::Magick perl module to create images using the
| "Annotate" function and "city_burn.ttf" font. It is working fine. But I
| tried the same code on another server, then the text displayed is having
| problems with the font, like there are many dotes scattered around the text.
| I used the option 'antialias' also. Still the same result.
| We used strace method on both servers and analyzed the differences. But
| everything is ok with the installed libraries.
| 
| The differences with the servers are
| 
| Server which the code is running fine:
| OS: Fedora 9
| Perl: 5.10.0
| ImageMagick: 6.3.8
| 
| Server having the problem:
| OS: CentOS 5.2
| Perl: 5.8.8
| ImageMagick: 6.4.8
| 
| I am attaching both the images herewith.
| Any other libraries are needed for this module to work fine? Please could
| you find out a solution for this.
| 
| Regards
| Shibu P U

The mail list does not allow attachments, please post a URL to the
images if you like others to look at them.

In the mean time is the font listed in   convert -list font
and try a simplier 'label:' image test

For example...
  convert -font {font} label:testing  image.png

You also do not mention the simplified command line that shows the
problem you are having.


  Anthony Thyssen ( System Programmer )    <[email protected]>
 -----------------------------------------------------------------------------
  Flying (v)  The art of throwing yourself at the ground and missing.
  Orbit  (v)  Falling such that you miss the planet below.
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to