You are on page 1of 4

Java Program – Image Manipulation

• The program is compiled and the data is taken in


through Command Line Argaments
• GUI menu appears and selection is made, if it does not
match the string pattern i.e. invalid selection made a
warning message is displayed and

• The nested “if loops” and the Boolean data means the
program will not continue until correct data has been
entered or the user exits from the program. Error
Trapping.
• When the correct data is entered the Image operation
us performed.

Results

Original Image Sepia Tone


Original Image Inverted Image

Original Image Grayscale

You might also like