Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.2 KB

Aspect

CodeFactor Codacy Badge Language grade: C/C++ License: Unlicense

A simple tool that compares images using image hashing techniques

Installation

You need just a C compiler with the default libraries, and make

Example

$ aspect compute image.jpg image2.jpg
62424443423f3f40444241403f3e3f40  image.jpg
68403f40403f40403f40413f3f404040  image2.jpg
$ aspect compare 62424443423f3f40444241403f3e3f40 68403f40403f40403f40413f3f404040
0.640625  68403f40403f40403f40413f3f404040

Libraries

Using the image loader stb_image.h from stb