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.
[solved] Is it possible to change the font size with a MagickReadImage caption?
[solved] Is it possible to change the font size with a MagickReadImage caption?
Last edited by bbigras on 2016-10-05T11:55:41-07:00, edited 1 time in total.
-
- 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?
Have you tried MagickSetPointsize()?
snibgo's IM pages: im.snibgo.com
Re: Is it possible to change the font size with a MagickReadImage caption?
I didn't know about this function. I should have searched better.
It works. Thanks!
It works. Thanks!