Imagehash Versions Save

🌄 Perceptual image hashing for PHP

v0.9.0

1 year ago

Removed BigInteger dependency.

v0.8.0

2 years ago
  • Upgraded to new BigInteger version

v0.7.0

3 years ago
  • Typehinting

v0.6.0

5 years ago
  • Introduce a Hash class

v0.5.0

6 years ago
  • Using intervention/image to support both GD and ImageMagick

v0.4.2

7 years ago
  • Fix hexadecimal to decimal conversion for negative hashes

v0.4.1

7 years ago
  • Added hashFromString method

v0.4.0

8 years ago
  • Introduce ImageHash:HEXADECIMAL and ImageHash:DECIMAL mode

v0.3.0

8 years ago
  • Return hexadecimal values instead of integers. Warning: this breaks backwards compatibility!

v0.2.3

9 years ago
  • Fixed issue with hamming distance calculating and the GMP extension.