Hi!
How to create distort arc text on MagickWand PHP???
Distort ARC MagickWand PHP
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: Distort ARC MagickWand PHP
Have a look at my "Eight text effects in one function" in http://members.shaw.ca/el.supremo/MagickWand/. The third effect uses arc distortion. It's in C, but it should be easy convert to PHP.
Pete
Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
See my message in this topic for a link to a zip of all the files.
Re: Distort ARC MagickWand PHP
In the examples used by MagickDistortImage method. This method not support in PHP!
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Distort ARC MagickWand PHP
Imagick is not up to date and not well maintained. So it is not surprising that things are missing. You can either use -wave thought not quite the same (more like an arch than an arc). Or use PHP exec() to be able to use -distort arc.Feniksss wrote:In the examples used by MagickDistortImage method. This method not support in PHP!
see
http://www.imagemagick.org/Usage/warping/#wave