Have problem with text shadow effects

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
anandselvaraj
Posts: 4
Joined: 2012-10-26T00:29:13-07:00
Authentication code: 67789

Have problem with text shadow effects

Post by anandselvaraj »

Hi,

How to draw text shadow with various postions(right, rightbottom, left, leftbottom, top, top left right) with 45 degree ?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Have problem with text shadow effects

Post by fmw42 »

What is your version of IM? What platform? What web site are you using this on? Please be as specific as you can when posting questions to the forum. See viewtopic.php?f=1&t=9620

see
http://www.imagemagick.org/Usage/blur/#shadow
anandselvaraj
Posts: 4
Joined: 2012-10-26T00:29:13-07:00
Authentication code: 67789

Re: Have problem with text shadow effects

Post by anandselvaraj »

Sorry...

version - ImageMagick 6.4.5

platform - PHP

Text shadow effects with various postions.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Have problem with text shadow effects

Post by Bonzo »

I would check out Anthony's shadow examples and specification.

I assume to change the position ( angle ) you would need to change the offset value.
Post Reply