Page 1 of 1

MagickShadeImage()

Posted: 2008-06-12T07:30:13-07:00
by Romain
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

Re: MagickShadeImage()

Posted: 2009-03-31T00:21:29-07:00
by hankr
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.