Text is not sharp in new image creation
Posted: 2012-07-02T13:17:51-07:00
Hi,
I am having an issue getting any text to render cleanly.
Convert( "-size=300x300","xc:white","-pointsize=12","-stroke=none","-font=c:\Windows\Fonts\ariblk.ttf", "-fill=black" ,"+antialias","-draw=text 10,50 'This is just a test'", output.jpg )
Also Tried
Convert( "-size=300x300","-quality=100","-density=366", "xc:white", "-stroke=none", "-fill=black", "-font=c:\Windows\Fonts\ariblk.ttf", "-pointsize=2","caption:This is just a test","-composite","-format=jpg",output)
IM v6.7.7.9 is running on Windows 7 and the code is written in VBScript. Any guidance would be much appreciated!
Thanks!
Mike
I am having an issue getting any text to render cleanly.
Convert( "-size=300x300","xc:white","-pointsize=12","-stroke=none","-font=c:\Windows\Fonts\ariblk.ttf", "-fill=black" ,"+antialias","-draw=text 10,50 'This is just a test'", output.jpg )
Also Tried
Convert( "-size=300x300","-quality=100","-density=366", "xc:white", "-stroke=none", "-fill=black", "-font=c:\Windows\Fonts\ariblk.ttf", "-pointsize=2","caption:This is just a test","-composite","-format=jpg",output)
IM v6.7.7.9 is running on Windows 7 and the code is written in VBScript. Any guidance would be much appreciated!
Thanks!
Mike