Java 1.5.0_16 corrupted colours when saving jpg image
问题 i have a loaded image from disk (stored as a BufferedImage ), which i display correctly on a JPanel but when i try to re-save this image using the command below, the image is saved in a reddish hue. ImageIO.write(image, "jpg", fileName); Note! image is a BufferedImage and fileName is a File object pointing to the filename that will be saved which end in " .jpg ". I have read that there were problems with ImageIO methods in earlier JDKs but i'm not on one of those versions as far as i could