[RESOLVED] possible bug +clip IM 6.8.0.1 Q16
Posted: 2012-10-16T15:28:57-07:00
IM 6.8.0.1 Q16 Mac OSX Snow Leopard.
This works to make the inside region red.
convert 1.psd -clip -fill red -colorize 100 1test11.png
According to http://www.imagemagick.org/Usage/masking/#clip
"Note that the "+clip" operator negates the mask"
So this I would think would leave the outside as is and make the inside red
convert 1.psd +clip -fill red -colorize 100 1test12.png
But it is all red.
Is this a bug or am I misunderstanding something.
This works to make the inside region red.
convert 1.psd -clip -fill red -colorize 100 1test11.png
According to http://www.imagemagick.org/Usage/masking/#clip
"Note that the "+clip" operator negates the mask"
So this I would think would leave the outside as is and make the inside red
convert 1.psd +clip -fill red -colorize 100 1test12.png
But it is all red.
Is this a bug or am I misunderstanding something.