i am trying to make text effect of different shapes.I try this below line but it fails.Not generating any output image
exec("convert texteffect -t 'SOME ARCTOP TEXT' -s outline -e arc-top -a 60 -f Arial -p 48 -c skyblue -b white -o black -l 1 -u lightpink gamma.png");
plz tell me correct format of writing the command.
texteffect with different shape
-
- Posts: 38
- Joined: 2010-12-14T03:56:10-07:00
- Authentication code: 8675308
Re: texteffect with different shape
You need the full path to texteffect something like username/public_html/folder_script_in/texteffect
texteffect needs CHMOD to 777
texteffect needs CHMOD to 777
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: texteffect with different shape
you must also remove the "convert" when calling a script
exec("fullpathto/texteffect -t 'SOME ARCTOP TEXT' -s outline -e arc-top -a 60 -f Arial -p 48 -c skyblue -b white -o black -l 1 -u lightpink gamma.png");
exec("fullpathto/texteffect -t 'SOME ARCTOP TEXT' -s outline -e arc-top -a 60 -f Arial -p 48 -c skyblue -b white -o black -l 1 -u lightpink gamma.png");
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: texteffect with different shape
FYI for others following this discussion... texteffect is a shell script from Fred's script repository
http://www.fmwconcepts.com/imagemagick/ ... /index.php
scroll down past the 'index list'
http://www.fmwconcepts.com/imagemagick/ ... /index.php
scroll down past the 'index list'
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/