Sorry...
version - ImageMagick 6.4.5
platform - PHP
Text shadow effects with various postions.
Search found 4 matches
- 2012-11-02T02:34:06-07:00
- Forum: MagickWand for PHP
- Topic: Have problem with text shadow effects
- Replies: 3
- Views: 104222
- 2012-11-01T06:06:50-07:00
- Forum: MagickWand for PHP
- Topic: Have problem with text shadow effects
- Replies: 3
- Views: 104222
Have problem with text shadow effects
Hi,
How to draw text shadow with various postions(right, rightbottom, left, leftbottom, top, top left right) with 45 degree ?
How to draw text shadow with various postions(right, rightbottom, left, leftbottom, top, top left right) with 45 degree ?
- 2012-11-01T05:52:51-07:00
- Forum: MagickWand for PHP
- Topic: Not working in my server.
- Replies: 3
- Views: 99795
Re: Not working in my server.
Thanks for your reply. Its working properly.
- 2012-10-26T00:33:12-07:00
- Forum: MagickWand for PHP
- Topic: Not working in my server.
- Replies: 3
- Views: 99795
Not working in my server.
Hi, please help me guys,,,, I am new in this topic. How to run bash script in php. i used like this $response = exec('-t "SOME PLAIN TEXT" -s plain -e normal -f Arial -p 48 -c royalblue -b white -u lightpink'); //executing shell command. echo "<pre>$response</pre>"; I didn't get any output.