Problem with "-limit memory" and png files

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

Problem with "-limit memory" and png files

Post by ggeeoo »

When I issue the following command

Code: Select all

convert -limit memory 64 -limit map 128 1.png 2.png
then instead of getting a 2.png which is identical to 1.png, I get a different image. If I remove either the "-limit memory" or the "-limit map" part then everything works smoothly. I'm working on gentoo linux with "convert -version" returning

Code: Select all

Version: ImageMagick 6.3.8 04/07/08 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2008 ImageMagick Studio LLC
but I had the exact same problem on a WinXP box with

Code: Select all

Version: ImageMagick 6.4.0 04/11/08 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2008 ImageMagick Studio LLC
Here's a link to the image file: http://rapidshare.de/files/39106454/1.rar.html
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem with "-limit memory" and png files

Post by magick »

We have a patch for this problem you reported in ImageMagick 6.4.0-7 Beta available sometime tomorrow.
Post Reply