PHPackages                             tioga-tours/php-imgfing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. tioga-tours/php-imgfing

ActiveLibrary[Image &amp; Media](/categories/media)

tioga-tours/php-imgfing
=======================

Check images on their unique fingerprint and compare them

0.3.0(4y ago)15.7k↓33.3%1[1 PRs](https://github.com/tioga-tours/php-imgfing/pulls)GPL-3.0-or-laterPHPPHP &gt;=7.4

Since Feb 8Pushed 1y ago3 watchersCompare

[ Source](https://github.com/tioga-tours/php-imgfing)[ Packagist](https://packagist.org/packages/tioga-tours/php-imgfing)[ RSS](/packages/tioga-tours-php-imgfing/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (9)Used By (0)

php-imgfing
===========

[](#php-imgfing)

Create fingerprints of images to quickly find duplicates or very similar images. Uses GD or Imagick.

Options
-------

[](#options)

```
bitSize     Bit size of the fingerprint, multiple of 3, defaults to 300. Means the number of characters
avgColor    Apply a correction based on the diff with the avg color, defaults to 5, the normal avg color is 127. With 5, the average can be adjusted between 122 and 132
adapters    Which adapters to use in this order. Defaults to ['Imagick', 'GD']

```

Usage
-----

[](#usage)

```
