annote with newline
Posted: 2018-01-04T00:43:18-07:00
Hello,
Recently I had to create some labels using a command like this :
On a ubuntu 16.04 system with ImageMagick 6.8.9-9 Q16 x86_64 2017-07-31 I get this result:
If I repeat this command a fedora 27 system with ImageMagick 6.9.9-19 Q16 x86_64 2017-10-11 I see this:
I am not sure if this is a ImageMagick bug (maybe it's fedora) but I would expect the same results on both machines.
Recently I had to create some labels using a command like this :
Code: Select all
convert -size 30x25 xc:yellow -annotate +1+10 "2016\n0912" 20160912.png
If I repeat this command a fedora 27 system with ImageMagick 6.9.9-19 Q16 x86_64 2017-10-11 I see this:
I am not sure if this is a ImageMagick bug (maybe it's fedora) but I would expect the same results on both machines.