Re: Making color image with transparency into black & white w/transparency




Maybe you could look at java.awt.image.RGBImageFilter and write your own
RGB => Grayscale conversion. Or maybe using the existing
javax.swing.GrayFilter will do what you want. I'm not sure if the
latter one preserves the alpha channel, though.


--
Thomas A. Russ, USC/Information Sciences Institute

.