I'm tring to apply an effect on a picture but my shell command return me an error but I don't see it. Someone see what's wrong ?
My command :
convert ( /var/www/folder/img.jpg -modulate 120,50,100 ) ( -size 980x650 -fill rgba(255,153,0,0.5) -draw "rectangle 0,0 980,650" ) -compose multiply /var/www/folder/f3-img.jpg ;
The error
:syntax error near unexpected token `/var/www/folder/img.jpg'
Thanks for your help :)