Skip to main content

A image hashing library written in Python. ImageHash supports:

  • average hashing (aHash)

  • perception hashing (pHash)

  • difference hashing (dHash)

  • wavelet hashing (wHash)

Requirements

Based on PIL/Pillow Image, numpy and scipy.fftpack (for pHash) Easy installation through pypi.

Basic usage

>>> from PIL import Image
>>> import imagehash
>>> hash = imagehash.average_hash(Image.open('test.png'))
>>> print(hash)
d879f8f89b1bbf
>>> otherhash = imagehash.average_hash(Image.open('other.bmp'))
>>> print(otherhash)
ffff3720200ffff
>>> print(hash == otherhash)
False
>>> print(hash - otherhash)
36

The demo script find_similar_images illustrates how to find similar images in a directory.

Source hosted at github: https://github.com/JohannesBuchner/imagehash

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ImageHash-2.1.tar.gz (4.8 kB view details)

Uploaded Source

File details

Details for the file ImageHash-2.1.tar.gz.

File metadata

  • Download URL: ImageHash-2.1.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ImageHash-2.1.tar.gz
Algorithm Hash digest
SHA256 7e52d443ac29dc6475417207617dfa8e9f76dfe3451c1fb1927d53d1dd55a16b
MD5 ae9066d35c166a1a234b5608ed114827
BLAKE2b-256 5547f841e9b6b79b875a11ef5fe3684ab1c761a75d31939866906bf60f71d5d9

See more details on using hashes here.

Release history Release notifications | RSS feed

4.3.2

2 files

4.3.1

2 files

4.3.0

2 files

4.2.1

1 file

4.2.0

3 files

4.1.0

1 file

4.0

4 files

3.7

3 files

3.5

2 files

3.4

3 files

3.3

2 files

3.2

2 files

3.1

2 files

3.0

2 files

2.2

1 file

This release

2.1 This release

1 file

2.0

1 file

1.0

2 files

0.3

2 files

0.2

1 file

0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page