possible bug -fill none IM 6.7.6.5 Q16
Posted: 2012-04-14T10:14:05-07:00
IM 6.7.6.5 Q16 Mac OSX Snow Leopard
I was under the impression that all commands (which use none or transparent) such as -fill none were fixed to promote the alpha channel automatically. Correct me if I am wrong.
Thus this should work, but does not.
convert logo: -fill none -opaque white show:
I know it can be made to work using
convert logo: -channel rgba -fill none -opaque white show:
or
convert logo: -transparent white show:
I was under the impression that all commands (which use none or transparent) such as -fill none were fixed to promote the alpha channel automatically. Correct me if I am wrong.
Thus this should work, but does not.
convert logo: -fill none -opaque white show:
I know it can be made to work using
convert logo: -channel rgba -fill none -opaque white show:
or
convert logo: -transparent white show: