Skip to content

selects and process several images to convert them to grayscale or negative and displays them - java

Notifications You must be signed in to change notification settings

salimt/ImageConversion-GrayScale-Negative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImageConversion-GrayScale-Negative

  • Program lets the user select multiple image files
  • For each image, create a new image that is a grayscale or negative version of the original image
  • For each image, saves the grayscale or negative image in a new file with the same filename as the original image, but with the word “gray-” or "inverted-" in front of the filename.

For example, if the original file was named lion.png, the new image would be a grayscale image and be named gray-lion.png or inverted-lion.jpg.

Example Image Conversions

  • ORIGINAL
  • GRAY-SCALED
  • NEGATIVE

Cat Cat Cat

About

selects and process several images to convert them to grayscale or negative and displays them - java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages