[Resolved] possible bug -level IM 6.7.6.8 Q16

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

[Resolved] possible bug -level IM 6.7.6.8 Q16

Post by fmw42 »

IM 6.7.6.8 Q16 Mac OSX Snow Leopard

I was under the impression that -level 100x0% would produce the equivalent of -negate. This does not seem to be the case any longer (at least as of ImageMagick-6.7.4-10 and possibly earlier.

This is from Anthony's Users page at http://www.imagemagick.org/Usage/color_mods/#level where he uses -level 100x0% which shows what it should look like.

Image

My tests with IM 6.7.6.8:

convert rose: -level 100x0% rose_level_100x0.gif

Image


convert rose: -negate rose_negate.gif

Image
Last edited by fmw42 on 2012-05-03T20:45:28-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug -level IM 6.7.6.8 Q16

Post by magick »

We can reproduce the problem and will have a patch within a day or two. Thanks.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug -level IM 6.7.6.8 Q16

Post by fmw42 »

This appears to be fixed in IM 6.7.6.9 beta.
Post Reply