how to set font Antialias style

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
5944123
Posts: 1
Joined: 2011-03-28T07:24:45-07:00
Authentication code: 8675308

how to set font Antialias style

Post by 5944123 »

I have setTextAntialias ( true ) on php
but the font also is not clear so how to do?
how to set font Antialias style? anyone can help me solve the problem thanks.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: how to set font Antialias style

Post by anthony »

Anti-alias in IMagemagick is the default. If you don't want it turn it off with +antialias
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply