Using Imagemagick's convert (6.7.3-4) on the command line I noticed a difference between the way flash/photoshop renders a font as compared to imagemagick:
Flash/Photoshop:
ImageMagick:
Notice the difference in the way the tekst is spread out like a wave in flash and photoshop, this effect seems ommited by ImageMagick.
I'm using a command generated by a script that boils down to something like this:
Code: Select all
convert -size 222x144 -font myfont text 'bla bla bla'
My question is ofcourse:
Is it possible to achieve the same effect in ImageMagick?
And maybe some insight into what property(s) of a font cause this effect, my knowledge of fonts is basic to say the least, but I'm willing to learn.
Regards,
Douwe