possible bug in +opaque in IM 6.4.1-3

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

possible bug in +opaque in IM 6.4.1-3

Post by fmw42 »

Reference Anthony's notes: http://www.imagemagick.org/Usage/color/#replace

I tried:

convert logo: -fill black +opaque white tmp.png

to make everything that was not white to become black. I got the following error message:

convert logo: -fill black +opaque white tmp.png
convert: unable to open image `white': No such file or directory.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug in +opaque in IM 6.4.1-3

Post by magick »

We can reproduce the problem and have a patch in ImageMagick 6.4.1-4 Beta available sometime tomorrow.
Post Reply