Hi,
 
I want to know if it's possible to alter the IndexColorModel used with a BufferedImage. I have a BufferedImage created using an IndexColorModel. I would like to use the same pixel data with a new (or altered) IndexColorModel, without having to instantiate another image.
 
The aim of this exercise is to display the same data using a different colour palette (for instance, using a rainbow palette, and then using a grayscale palette).
 
any suggestions?
thanks
Allen

Reply via email to