kejawenlab/blurry-detection

v1.0.1 2021-06-04 09:32 UTC

This package is auto-updated.

Last update: 2024-04-04 15:48:11 UTC


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