How to convert a BufferedImage to 8 bit?
        Posted  
        
            by 
                Zach Sugano
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zach Sugano
        
        
        
        Published on 2012-06-16T08:56:53Z
        Indexed on 
            2012/06/16
            9:16 UTC
        
        
        Read the original article
        Hit count: 260
        
I was looking at the ImageConverter class, trying to figure out how to convert a BufferedImage to 8-bit color, but I have no idea how I would do this. I was also searching around the internet and I could find no simple answer, they were all talking about 8 bit grayscale images. I simply want to convert the colors of an image to 8 bit... nothing else, no resizing no nothing. Does anyone mind telling me how to do this.
© Stack Overflow or respective owner