MagickShadeImage()
Posted: 2008-06-12T07:30:13-07:00
Hi all,
I am trying to use the following command line with MagickWand:
And I found out that there is no MagickShadeImage() function in the PHP API
Do you guys plan to add it soon?
Thanks
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
Do you guys plan to add it soon?
Thanks