I try to save the tiff instead of coloure gray-scaled. How could I do this? (JAI must be used, because it is a tiff!)
Thanks a lot in advance & Best Regards.
Given a BufferedImage, you can use the filter() method of ColorConvertOp, as shown in this example.