imagehash icon indicating copy to clipboard operation
imagehash copied to clipboard

🌄 Perceptual image hashing for PHP

Results 44 imagehash issues
Sort by recently updated
recently updated
newest added

pic1:https://my-live-02.slatic.net/p/d41a911ff20aca8116c7dba9bb7efdf1.png pic2:https://my-live-02.slatic.net/p/a85db84e9dfc9808e58ce41d849c1c5f.png

I really like this library. But I need some improvement. Like in this example. The hash is the same, but the images are different. I need more accuracy and certainty...

It seems that this repo has no activity. I suggest to archive this.

Fabulous work, thanks. I see the examples have different hash lenght. Is the hash length corresponds to the image dimensions? I believe the hash represents the image details. Can we...

At the moment there doesn't appear to be any way to hook into imagehash to remove solid colours from the image - this causes two images with a heavy black...

Using `$hash->toInt()` in a image, the returned value is float, not `integer`

It seems you had another update on the library but didnt updated the documentation.. On using toHex(): PHP Fatal error: Uncaught Error: Call to a member function toHex() on string...

I've got three test images .. ImageHash gives following hashes .. Image 1: 0405794952704d4a Image 2: 0405714972704d48 Image 3: 0445714972704d4a Distances in ImageHash are always 3 using example: use Jenssegers\ImageHash\ImageHash;...

Thanks for the hard work on this! Is anyone working on fixing Blockhash? I had a look and compared to the JS implementation, but honestly I'm not sure why it's...

It seems you had another update on the library but didnt updated the documentation.. On using toHex(): PHP Fatal error: Uncaught Error: Call to a member function toHex() on string...