Mac-style font smoothing
Posted: 2010-11-21T15:26:32-07:00
Does ImageMagick supports font smoothing or something else to do fonts look like on Mac ?
Now, it's look like this:
That's what I want to get:

Now, it's look like this:
Code: Select all
-font /Library/Fonts/MyriadPro-Regular.otf -pointsize 14 -gravity North \
-fill rgb\\(255,255,255\\) -draw \"text 0,6 'Testing font'\" \
-fill rgb\\(32,32,32\\) -draw \"text 0,5 'Testing font'\"