MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Romain
Post
by Romain » 2008-06-12T07:30:13-07:00
Hi all,
I am trying to use the following command line with MagickWand:
Code: Select all
convert text.png -fx "a*10" +matte -blur 8x4 -shade 130x50 -normalize text.png -compose Overlay -composite mask.png -matte -compose dst_in -composite text_3d.png
And I found out that there is no MagickShadeImage() function in the PHP API
Do you guys plan to add it soon?
Thanks
hankr
Post
by hankr » 2009-03-31T00:21:29-07:00
Anyone? Bueller?
I'm trying to cut a recessed hole in an image. I have everything working except how to add some depth perception to the hole.