yncki / php-fast-image-compare
Image Comparer with different aspect ratios and sizes. Can extract duplicate and unique images in directory and much more.
Installs: 57 164
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 4
Forks: 15
Open Issues: 2
Requires
- php: >=5.6.0
- ext-gd: *
- ext-imagick: *
- gumlet/php-image-resize: 1.7.0
- marc1706/fast-image-size: ^1.1
- symfony/cache: v3.3.*
- symfony/var-dumper: v3.3.*
Requires (Dev)
- phpunit/phpunit: ^5
README
PHP library for comparing images
What this library does
- compare two images
- check two images are similar or different
- find duplicate images in array or in directory,
- find unique images in array or in directory
- compare images ( with different sizes and aspect ratios too),
- compare image arrays,
- return percentage difference between images
- supports jpg, png, bmp, webp
Requirements
In order to load and compare images, the library relies on the ImageMagick extension.