GitXplorerGitXplorer
o

image-hash-console

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
9fcb156c9fc9f4b68755659d0ea26639afaf4c5b

Fix outside the bounds of the array.

oostiwe committed 3 years ago
Verified
cf1a59dd20769ce9cbdcbc66287e9abfbcd42e65

Create LICENSE

oostiwe committed 3 years ago
Verified
8c781af40624aacc15326c915b06bc9cc5f77bb4

Added readme

oostiwe committed 3 years ago
Verified
3c8542e8f314fb2b07bec161fb02add55d50d153

Added readme

oostiwe committed 3 years ago
Verified
ba985171acc85b9cd370bcdd77f94dfc7d6f1fb2

Added command option for output hashes only

oostiwe committed 3 years ago
Unverified
b6260e06530083a942760ce2f43b1bba6b4a9b8f

Added multithreading

oostiwe committed 3 years ago

README

The README file for this repository.

Requirements

  • .NET runtime

Important

I made this application for my tasks and for my system configuration. During the operation of this application, usage high of RAM is possible

Usage

Download binary from last release

Use command ./ImageHashConsoleApplication hash /path/to/image for hash one image.

For hash all images in directory:

$ ./ImageHashConsoleApplication hash /path/to/image/directory

Result:

./ImageHashConsoleApplication hash ~/Downloads/imagesS
Calculated perceptual hash for file: /home/ostiwe/Downloads/imagesS/ishan-seefromthesky-DtWyp_4YEes-unsplash.jpg hash: 10333678333505845673
Calculated perceptual hash for file: /home/ostiwe/Downloads/imagesS/guille-pozzi-PO0UHx-5mHo-unsplash.jpg hash: 12992123694817588148
Calculated perceptual hash for file: /home/ostiwe/Downloads/imagesS/james-wheeler-XuAxyq0uRT0-unsplash.jpg hash: 17014150402375529576
Calculated perceptual hash for file: /home/ostiwe/Downloads/imagesS/max-larochelle-uu-Jw5SunYI-unsplash.jpg hash: 11111055159896272332
...
Calculated perceptual hash for file: /home/ostiwe/Downloads/imagesS/dominik-fischer-f9uAn6snTs8-unsplash.jpg hash: 15686150518179522201
Calculated perceptual hash for file: /home/ostiwe/Downloads/imagesS/thought-catalog-bGiMXk8sMHw-unsplash.jpg hash: 17361623836643998917
Calculated perceptual hash for file: /home/ostiwe/Downloads/imagesS/carles-rabada-yKAgTzz7jWk-unsplash.jpg hash: 17045220349039073432
Calculated perceptual hash for file: /home/ostiwe/Downloads/imagesS/simon-zhu-4hluhoRJokI-unsplash.jpg hash: 13875076465402953180

For hash all images in directory and return only hashes:

$ ./ImageHashConsoleApplication hash /path/to/image/directory --only-hash

Result:

$ ./ImageHashConsoleApplication hash ~/Downloads/imagesS --only-hash
17045220349039073432
12992123694817588148
15686150518179522201
14469252222504389657
16847159740603029929
...
17014150402375529576
10747145181797424755

For compare images:

$ ./ImageHashConsoleApplication compare 12992123694817588148 10747145181797424755

Result:

$ ./publish/ImageHashConsoleApplication compare 12992123694817588148 10747145181797424755
53.125