I'm newer in IM and I've had some problems that might be simple.
I need to create a horizontal top bar over a weather map and I'd like to create a horizontal gradient in this bar.
I've tried in this manner, but the gradient is only in vertical way.
convert -size 320x30 -fill gradient:'rgba(100,140,180,1.0)'-'rgba(100,140,180,0.2)' -draw "polygon 0,30 300,30 320,0 0,0" weathermap0.png weathermap1.png
I wanna do this gradient in horizontal manner and I've already used -rotate, -distort and this options spin the background picture instead.
regards,
Ronaldo Palmeira.