Can we swap colours of a bufferedImage?

Can we swap colours of a bufferedImagesuch as RGB to BGR?
[71 byte] By [rav_ahja] at [2007-11-26 19:34:24]
# 1
You can do that by spliting image into pixels using PixelGrabber, and doing mathematical operations on every pixel. Later on You can put it all together to BufferedImage again.
hellbindera at 2007-7-9 22:08:10 > top of Java-index,Desktop,Core GUI APIs...