kejawenlab / blurry-detection
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kejawenlab/blurry-detection
Requires
- php: >=7.1
Requires (Dev)
- phpunit/phpunit: ^9.5
README
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