Skip to content

SamePixels compares images and returns an image of only the pixels that match (or differ)

License

Notifications You must be signed in to change notification settings

MazarineBlue/SamePixels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SamePixels

SamePixels compares images and returns an image of only the pixels that match (or differ).

Installation

You can compile the source with ./gradlew uberJar. After that you can copy the jar file from ./build/libs/.

Usage

java.exe -jar SamePixels-1.0-all.jar file1 file2 [...] > out.png

This command reads two or more images and returns the resulting image on stdout.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GNU GPLv3

About

SamePixels compares images and returns an image of only the pixels that match (or differ)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages