Page 1 of 1

[solved] Is it possible to change the font size with a MagickReadImage caption?

Posted: 2016-10-05T10:07:37-07:00
by bbigras
I can't figure out how to change the font size when using "MagickReadImage(m_wand, "caption:test")".

I'm using ImageMagick-6.9.6-Q16.

Re: Is it possible to change the font size with a MagickReadImage caption?

Posted: 2016-10-05T10:38:53-07:00
by snibgo
Have you tried MagickSetPointsize()?

Re: Is it possible to change the font size with a MagickReadImage caption?

Posted: 2016-10-05T11:55:07-07:00
by bbigras
I didn't know about this function. I should have searched better.

It works. Thanks!