Question: Need help writing some methods for java. method called greyscale() that accepts a BufferedImage as a parameter and a String to represent the name of
Need help writing some methods for java. method called greyscale() that accepts a BufferedImage as a parameter and a String to represent the name of the output file to write to. This method will make a greyscale image of the BufferedImage that it is passed and write it to a file. a method called green() that accepts a BufferedImage as a parameter and a String to represent the name of the output file to write to. This method will make a green image of the BufferedImage that it is passed and writes it to a file. A method called mirrored() that accepts a BufferedImage as a parameter and a String to represent the name of the output file to write to. This method will mirrored image of the BufferedImage that it is passed and writes it to a file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
