Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
imma4
Posts: 4 Joined: 2018-01-04T00:22:13-07:00
Authentication code: 1152
Contact:
Post
by imma4 » 2018-01-04T00:43:18-07:00
Hello,
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
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.
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2018-01-04T04:25:47-07:00
We're using ImageMagick 6.9.9-31 under Fedora 26 and we get expected results.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Contact:
Post
by fmw42 » 2018-01-04T10:28:17-07:00
Your command works fine for me on IM 6.9.9.19 Q16 Mac OSX Sierra.
Code: Select all
convert -size 30x25 xc:yellow -annotate +1+10 "2016\n0912" 20160912.png
imma4
Posts: 4 Joined: 2018-01-04T00:22:13-07:00
Authentication code: 1152
Contact:
Post
by imma4 » 2018-01-04T11:38:47-07:00
I took the f27 sources and compiled them on a f26 system. Results are as expected so some other part in fedora 27 is the problem and this is not a ImageMagick bug.
Thanks for testing.
Users browsing this forum: No registered users and 8 guests