chanchelkumar Posted June 2, 2009 Share Posted June 2, 2009 hi all, am working with some images ... then i got one code using imagick.. but it is not working in my machine.. am having both linux and windows machine.. is there any way to install/activate imagick.. please help me if there is some thing like that.. exec("./texteffect.sh -t \"$text\" -s outline -e arc-top -a 60 -f arial.ttf -p 48 -c black -b red -o black -l 1 -u red text.jpg 2>&1"); this is the code i got ... please help me.. thanks in advance.. Link to comment https://forums.phpfreaks.com/topic/160603-install-imagick/ Share on other sites More sharing options...
trq Posted June 2, 2009 Share Posted June 2, 2009 The code you have assumes you have the imagick binary installed on a Linux machine. You could try installing the imagick php extension by reading here, then you could execute imagick functions directly from php. Link to comment https://forums.phpfreaks.com/topic/160603-install-imagick/#findComment-847597 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.