This repo includes simple Image processing examples. Mainly related to Image IO and pixel manipulation. The details of the files are :
- ImageLoad.java : Converts the image to Gray Scale Image. The name of the image is given as command line argument.
Syntax :
$ javac ImageLoad.java
$ java ImageLoad sample.jpg
-
RandomImage.java : Generates a image 512x512 pixels of single color. Mainly a syntax lookup.
$ javac RandomImage.java $ java RandomImage
-
XorImage.java : Takes two images as input (command line) (of same dimensions) and ouputs a image with special filter.