Will not draw undercolor with annotate
Posted: 2019-06-28T19:49:06-07:00
I cannot get annotate to place an undercolor. I used to have this working, maybe a year ago, but now it does not work.
convert logo: -fill gray -undercolor blue -pointsize 50 -stroke black -gravity South -annotate +0+10 ' TEST ' output.jpg
This uses the built-in logo, writes the text in the correct place but does not draw the undercolor.
It seems to work as though it totally ignore the undercolor parameter as though I was running
convert logo: -fill gray -pointsize 50 -stroke black -gravity South -annotate +0+10 ' TEST ' output.jpg
This is v6.9.10.28 on Fedora 30.
As a side note, I also used to use -polaroid which also no longer works - it will not write any text. I don't know if this is related but is not the primary concern of this post.
Any ideas?
convert logo: -fill gray -undercolor blue -pointsize 50 -stroke black -gravity South -annotate +0+10 ' TEST ' output.jpg
This uses the built-in logo, writes the text in the correct place but does not draw the undercolor.
It seems to work as though it totally ignore the undercolor parameter as though I was running
convert logo: -fill gray -pointsize 50 -stroke black -gravity South -annotate +0+10 ' TEST ' output.jpg
This is v6.9.10.28 on Fedora 30.
As a side note, I also used to use -polaroid which also no longer works - it will not write any text. I don't know if this is related but is not the primary concern of this post.
Any ideas?