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

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

This package is auto-updated.

Last update: 2025-10-04 19:12:57 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