how to draw text on an image using ImageMagick.?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
mbatra
Posts: 18
Joined: 2012-05-29T08:37:10-07:00
Authentication code: 13

how to draw text on an image using ImageMagick.?

Post by mbatra »

Hi,

I am using Magick++ for ImageProcessing operations. I want to draw text on the image and also the drawn text should be movable as well as user should be able to rotate the text.

Is it possible using ImageMagick(Magick++).

Any help will be appreciated.!


Thanx & Regards,
Mbatra
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: how to draw text on an image using ImageMagick.?

Post by Bonzo »

I do not know about magick++ but I would use -annotate as you can give it a postion on an image and an angle
Post Reply