Download the PHP package tioga-tours/php-imgfing without Composer
On this page you can find all versions of the php package tioga-tours/php-imgfing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tioga-tours/php-imgfing
More information about tioga-tours/php-imgfing
Files in tioga-tours/php-imgfing
Download tioga-tours/php-imgfing
More information about tioga-tours/php-imgfing
Files in tioga-tours/php-imgfing
Vendor tioga-tours
Package php-imgfing
Short Description Check images on their unique fingerprint and compare them
License GPL-3.0-or-later
Package php-imgfing
Short Description Check images on their unique fingerprint and compare them
License GPL-3.0-or-later
Keywords image processing
Please rate this library. Is it a good library?
Informations about the package php-imgfing
php-imgfing
Create fingerprints of images to quickly find duplicates or very similar images. Uses GD or Imagick.
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
<?php
$imgFing = new ImgFing([]);
$f1 = $imgFing->identifyFile(__DIR__ . '/file.png');
$f2 = $imgFing->identifyString(file_get_contents($uri));
echo $imgFing->matchScore($f1, $f2);
All versions of php-imgfing with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-gd Version *
ext-gd Version *
The package tioga-tours/php-imgfing contains the following files
Loading the files please wait ....