php,unix command ,imagick
Posted
by user345804
on Stack Overflow
See other posts from Stack Overflow
or by user345804
Published on 2010-05-20T10:55:01Z
Indexed on
2010/05/20
11:00 UTC
Read the original article
Hit count: 362
This is unix command
-t "SOME BULGEBOTTOM TEXT" -s outline -e bulge-bottom -d 0.5 -f Arial -p 48 -c skyblue -b white -o black -l 1 -u lightpink
system('-t \'SOME BULGEBOTTOM TEXT\' -s outline -e bulge-bottom -d 0.5 -f Arial -p 48 -c skyblue -b white -o black -l 1 -u lightpink');
in php it is not working
© Stack Overflow or respective owner