How would I do the following through using the PHP API for imagemagick?
I need to annotate a image containing a label with arched font that is retrieved from a $_GET['name'] variable, so that everyone would get a image with different text based on their urls containing their names.
I know how to annotate imagery with text already but I don't know how to arch the text prior to inserting it into the image so it would fit perfectly into the label as below
I know there is a waveImage function but that doesn't apply to the front prior to the merge however.
Thank You
PHP Imagick extension arch font into image merge
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: PHP Imagick extension arch font into image merge
See http://www.imagemagick.org/Usage/fonts/#arcJainJude wrote:... but I don't know how to arch the text ...
snibgo's IM pages: im.snibgo.com