MagickShadeImage()

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.
Post Reply
Romain

MagickShadeImage()

Post 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
hankr

Re: MagickShadeImage()

Post 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.
Post Reply