montage -title with newlines miss-places the title

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.
Post Reply
DoobieKeebler
Posts: 1
Joined: 2014-01-19T23:54:05-07:00
Authentication code: 6789

montage -title with newlines miss-places the title

Post by DoobieKeebler »

When a montage title has newlines in it the bottom line is placed in the middle of the blank area rather than the bottom and the top lines get cut off.

Command used: montage -verbose -label '%f' -font Helvetica -pointsize 10 -background '#FFFFFF' -fill 'gray' -geometry 200x200+2+2 -shadow -title '1\n2\n3\n4\n5\n6' kerrerts.jpg montagetitlebug.jpg

Sample: Image

Tested on: (all 64-bit)
ImageMagick 6.2.8 05/07/12 Q16 (RHEL5)
ImageMagick 6.5.4-7 2012-05-07 Q16 OpenMP (RHEL6)
ImageMagick 6.7.6-3 2012-04-28 Q16 (Cygwin on Win7)

Let me know if you'd like more info.

-Frank
Post Reply