Text will blur

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
snowbydave1

Text will blur

Post by snowbydave1 »

Dear Friend,


I am writing text on a .JPG file. File resolution is 72. Text is written successfully with specified color.

But text will blur. I had called DrawSetTextAntialias(), but still text is blur.

Please anybody guide me ?


Thanking you,


Dhaval Dave
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Text will blur

Post by anthony »

JPEG does NOT handle sharp color changes bluring the result over about 4 pixels..

See IM Examples... JPEG Color Distortion
http://www.imagemagick.org/Usage/formats/#jpg_color

If you want it sharp and exact, do not use JPEG
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply