Skip to content

return007/Image-Processing-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Processing-Java

This repo includes simple Image processing examples. Mainly related to Image IO and pixel manipulation. The details of the files are :

  1. 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
  1. RandomImage.java : Generates a image 512x512 pixels of single color. Mainly a syntax lookup.

    $ javac RandomImage.java $ java RandomImage

  2. XorImage.java : Takes two images as input (command line) (of same dimensions) and ouputs a image with special filter.

About

Image Processing in Java using Marvin Framework and associated plugins

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages