Blurry Detection PHP using ImageMagick
This package is PHP version of BlurryDetection that written in Golang
Requirements
-
PHP 7.1
-
ImageMagick
How to Use
(new Blurry())->isBlurry(sprintf('%s/tests/assets/update.png', __DIR__));
Test
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/BlurryTest.php