Write a program named Proj05 that uses the driver class definition provided in the file named Proj05.java and Ericson's media library along with the following image files to produce the graphic output image shown below.

computer science

Description

Instructions:

I recommend that you start with the following skeleton code and replace and/or fill in with new code to produce an output that meets the specifications. 

This skeleton program will NOT compile and run as written, so your first challenge will be to modify it to cause it to compile and run. 

You must take inheritance into account to accomplish that. 

Even then, it won't meet the specifications for the assignment as written but you should be able to modify it to meet the specifications once you are able to compile it. 

DO NOT modify the file named Proj05.java, instead, modify the code given below.

Among other things, this assignment involves:


Using inheritance.

Using the values in a PictureExplorer object to deduce the algorithm required to transform an image in such a way as to produce the required output image.

Overriding methods.

Using "green screen" processing.

Cropping images.

Tinting images.

Darkening and/or brightening colors.

Using skills learned in previous assignments.

Displaying the resulting image.

PROGRAM SPECIFICATIONS


Write a program named Proj05 that uses the driver class definition provided in the file named Proj05.java and Ericson's media library 

along with the following image files to produce the graphic output image shown below.


Proj05a.bmp

Proj05b.bmp

Proj05c.jpg


Related Questions in computer science category