Imagehash Versions Save

🌄 Perceptual image hashing for PHP

v0.2.2

9 years ago
  • Speed up hamming distance calculation

v0.2.1

9 years ago
  • Use gpm_hamdist to calculate the hamming distance if the extension is loaded.
  • Improved fallback hamming distance calculation.

v0.2.0

9 years ago
  • Use DifferenceHash implementation as default implementation

v.0.1.4

9 years ago
  • Close resources after hashing

v.0.1.3

9 years ago
  • Allow string hashes, as long as they are numeric

v.0.1.2

9 years ago
  • Better results for all implementations.

v0.1.1

9 years ago
  • Better results for all implementations

v0.1.0

9 years ago

Initial version