Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Boulougou/imgcmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgcmp

A command-line tool that compares two images and determines if they are essentially the same, even if they have undergone slight modifications such as resizing, exposure changes, saturation adjustments, or minor edits.

Uses pHash algorithm as described here. The DCT dimensions and the maximum allowed Hamming distance between the hashes are configurable.

Example usage

$ imgcmp picture1.jpg picture1_modified.jpg
Pictures are the same

$ imgcmp picture1.jpg different_picture.jpg
Pictures are different

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published