I want to create half circle arching text with a left to right gradient, I set -a 180. But that also sets the gradient direction to vertical. If I want to change the direction of the gradient, I can't do it without changing the degree of arch because they both use the same -a argument. Is there a way around this?
Code: Select all
./texteffect.sh -t "ARCHING GRADIENT" -f Times-Bold -p 48 -s gradient -e arc-top -d 1 -a 180 -c red -b none -o white -u red -g pink -m 10 -l 1 img/ARCHING_GRADIENT_Times-Bold_gradient_arc-top_1_1_180_red_white_red_pink_none_10.png
Also, if I want to create text with both gradient and shadow, do I need to create an image with one effect then run it through the script again?