Name: Anonymous 2011-09-11 22:37
How can I read a RLE compressed BMP in Java 1.6 to make an ImageIcon?
The method I use for normal BMP doesn't work.
My usual method is:
ImageIcon imgico = new ImageIcon (ImageIO.read(file));
The method I use for normal BMP doesn't work.
My usual method is:
ImageIcon imgico = new ImageIcon (ImageIO.read(file));