Draw a rotated banner on an image
Posted: 2016-11-24T01:59:51-07:00
Hi,
I'd like to draw a rotated banner on an image. What I call a banner is a rectangle filled with a color and a text centered inside it.
Want I would like to achieve is:
==>
For now, I'm only able to generate a banner at the bottom of the image, but with no rotation:
Do you have any idea?
I'd like to draw a rotated banner on an image. What I call a banner is a rectangle filled with a color and a text centered inside it.
Want I would like to achieve is:
==>
For now, I'm only able to generate a banner at the bottom of the image, but with no rotation:
Code: Select all
convert -background red -fill black -gravity center -size 192x30 caption:"Beta" original.png +swap -gravity south -composite out.png