Arced Text

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Arced Text

Post by fmw42 »

Your reference points to a PHP invocation of Imagick. You should probably post your question on the Imagick forum. All the forums are at http://www.imagemagick.org/discourse-server/

With regard to the arc text and other similar effects, I wrote a command line script that does many of these kinds of text effects, (named texteffect). You can look over my script and pull out the relevant parts or use my script to do what you want in command line mode of IM. It is not implemented in PHP. So you would have to do either Anthony's or my effects by writing your own PHP code as exec commands, using Magick Wand for PHP or Imagick.

see texteffect at http://www.fmwconcepts.com/imagemagick/index.html

Note IM will soon have -distort barrel, which will allow you to do some of my "bulge and pinch" effects more efficiently.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Arced Text

Post by Bonzo »

You can run Freds scripts with php see - http://www.rubblewebs.co.uk./imagemagic ... l_bash.php
Post Reply