kejawenlab/blurry-detection

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

This package is auto-updated.

Last update: 2024-09-04 16:45:45 UTC


README

此包是使用 Golang 编写的 BlurryDetection 的 PHP 版本。

需求

  • PHP 7.1

  • ImageMagick

如何使用

(new Blurry())->isBlurry(sprintf('%s/tests/assets/update.png', __DIR__));

测试

./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/BlurryTest.php