Strange unexpected line in montage's output

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
ggeeoo

Strange unexpected line in montage's output

Post by ggeeoo »

When I issue the following command

Code: Select all

montage -limit memory 32 -limit map 64 -mode concatenate -background white -size 4096x4096 xc:black out.png
on windows, then the output image contains an horizontal white line while it should be all black. Things work as expected on linux or if I remove the "-limit" options.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Strange unexpected line in montage's output

Post by magick »

The problem you reported is fixed in the latest release, ImageMagick 6.4.0-7.
ggeeoo

Re: Strange unexpected line in montage's output

Post by ggeeoo »

The bug is still there in 6.4.0-7. I have tried the following distributions:

Code: Select all

ImageMagick-6.4.0-7-Q16-windows-dll.exe
ImageMagick-6.4.0-7-Q16-windows-static.exe
ImageMagick-6.4.0-7-Q8-windows-static.exe
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Strange unexpected line in montage's output

Post by magick »

Odd. The problem only appears under Windows. The command works fine under Linux. We will investigate the problem as a bug.
Post Reply