IM / Trouble with Font Output
Posted: 2009-08-10T22:26:57-07:00
Hello there,
i am having trouble generating properly rendered text output. The result always looks incredibly thin and unenjoyable in the given visual context. I am using the "Tahoma" font, but i embed it as ttf. I tried using the internal variant, but it did not change the matter.
This is what the rendered output from ImageMagick looks like:
And this is what it should look like:
(This example is created in Photoshop. The graphic designer used the same TTF font there, Anti-Alias set to SHARP. Setting it to STRONG also looks fine and the way he wants it to. The other modes don't. The font size in Photoshop is 13,49 pt)
Here is how i call IM to get the results shown in the first image:
I really need to find a way to deal with this issue. Since i can't expect Tahoma to be given on all visitor's systems, i have to generate those title images using IM. GD is not an option - not only am i deeply annoyed by it - it just does not do the job. IM is the chief force engineer of my dynamic graphics spacecraft
Any kind of help would be deeply appreciated!
Thank you very much!
----
My IM version:
i am having trouble generating properly rendered text output. The result always looks incredibly thin and unenjoyable in the given visual context. I am using the "Tahoma" font, but i embed it as ttf. I tried using the internal variant, but it did not change the matter.
This is what the rendered output from ImageMagick looks like:
And this is what it should look like:
(This example is created in Photoshop. The graphic designer used the same TTF font there, Anti-Alias set to SHARP. Setting it to STRONG also looks fine and the way he wants it to. The other modes don't. The font size in Photoshop is 13,49 pt)
Here is how i call IM to get the results shown in the first image:
Code: Select all
convert -size 180x28 xc:rgba(0,0,0,0) -font "fonts/tahoma.ttf" -pointsize 13,49 -fill "rgba(171,171,171,1)" -gravity north-west -draw "text 0,3 'WELCOME'" img/dynamic/titles/dark/5995d98caf31b9445202b0f054fdc54e.png
Any kind of help would be deeply appreciated!
Thank you very much!
----
My IM version:
Code: Select all
Version: ImageMagick 6.5.4-9 2009-08-04 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC