public class ImageIO { //todo: load the file image.jpg into this class //change this image into grayscale and save it into a new image //use the following color conversion for every pixel in your image: //red *= 0.299 //green *= 0.587 //blue *= 0.114 }