convert fred script to IM

A plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.
Post Reply
ratneshsoni
Posts: 38
Joined: 2010-12-14T03:56:10-07:00
Authentication code: 8675308

convert fred script to IM

Post by ratneshsoni »

I want to change fred texteffect script into IM script. Like :-
'exec("./texteffect.sh -t "TEXT" -s outline -e bulge-top -d 0.5 -f Arial -p 48 -c skyblue -b white -o black -l 1 -u lightpink $outpitfile");

in this script font stroke is not there. And l also want font stroke.
I want to change this in IM. Help me
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: convert fred script to IM

Post by fmw42 »

add the script's existing parameter -l lineweight to your command to change the strokewidth. Stroke color is controlled by the script's -o outlinecolor parameter
Post Reply