library php-imgfing
Check images on their unique fingerprint and compare them
tioga-tours/php-imgfing
Check images on their unique fingerprint and compare them
- Wednesday, February 8, 2017
- by it@tiogatours.nl
- Repository
- 2 Watchers
- 1 Stars
- 33 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 5 Versions
- 10 % Grown
php-imgfing
Create fingerprints of images to quickly find
duplicates or very similar images. Uses GD or Imagick., (*1)
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);
dev-master
9999999-dev
Check images on their unique fingerprint and compare them
Sources
Download
GNU v3
The Requires
The Development Requires
by
Martin Winkel
images
0.2.0
0.2.0.0
Check images on their unique fingerprint and compare them
Sources
Download
GNU v3
The Requires
The Development Requires
by
Martin Winkel
images
0.1.2
0.1.2.0
Check images on their unique fingerprint and compare them
Sources
Download
GNU v3
The Requires
The Development Requires
by
Martin Winkel
images
0.1.1
0.1.1.0
Check images on their unique fingerprint and compare them
Sources
Download
GNU v3
The Requires
The Development Requires
by
Martin Winkel
images
0.1.0
0.1.0.0
Check images on their unique fingerprint and compare them
Sources
Download
GNU v3
The Requires
The Development Requires
by
Martin Winkel
images