Search found 3 matches

by Douwe
2012-11-26T05:45:48-07:00
Forum: Users
Topic: Font rendering problem
Replies: 6
Views: 6714

Re: Font rendering problem

Nor is caption, at least not using this command:

Code: Select all

convert -background lightblue  -fill blue  -font fontcache/36.ttf -pointsize 36 -size 320x   caption:'bla bla bla bla bla bla' tmp/caption.png
Anyone any ideas?
by Douwe
2012-11-22T02:46:49-07:00
Forum: Users
Topic: Font rendering problem
Replies: 6
Views: 6714

Re: Font rendering problem

Hi, thanks for your reply.

The complete command would be:

convert -size 568x376 xc:none -font fontcache/36.ttf -density 72 -pointsize 400.71428571658 -interline-spacing 0 -gravity center -stroke none -fill "black" -draw @tmp/gentext50adea61.mvg tmp/gentext50adea61.png

Where the .mvg that holds ...
by Douwe
2012-11-21T10:04:24-07:00
Forum: Users
Topic: Font rendering problem
Replies: 6
Views: 6714

Font rendering problem

Hi all,

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:

http://yspimages.net/userfiles/font_flash.png

ImageMagick:

http://yspimages.net/userfiles/font_imagemagick.png ...