Best 'Best Fit' text approach

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
willroy
Posts: 3
Joined: 2011-09-29T13:24:01-07:00
Authentication code: 8675308

Best 'Best Fit' text approach

Post by willroy »

I was wondering what the best option is to auto size text to given dimensions.

I've tried caption but I can't control the text as much as I can in imagickdraw.

With annotate it's trial and error to get the best fit?

Any pointers appreciated.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Best 'Best Fit' text approach

Post by fmw42 »

Post Reply