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

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
bbigras
Posts: 6
Joined: 2015-01-09T08:50:15-07:00
Authentication code: 6789

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

Post 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.
Last edited by bbigras on 2016-10-05T11:55:41-07:00, edited 1 time in total.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

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

Post by snibgo »

Have you tried MagickSetPointsize()?
snibgo's IM pages: im.snibgo.com
bbigras
Posts: 6
Joined: 2015-01-09T08:50:15-07:00
Authentication code: 6789

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

Post by bbigras »

I didn't know about this function. I should have searched better.

It works. Thanks!
Post Reply