Skip to content

dmozealous/ImageComparator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageComparator

Java program to compare two images.

Has several options:

getPixelDiffCount

Will return an absolute pixel difference count between the two images.

getPixelDiffPercent

Will return the percentage difference in the number of pixels.

getWidthDiff

Will return the difference in the width of the images in pixels.

getWidthDiff

Will return the difference in the height of the images in pixels.

createCompositeImage

Will create a composite image with pixels that are different highlighted in red.

About

Java program to compare two images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages