diff --git a/checkers/php-imagick.php b/checkers/php-imagick.php index c8f5657..2acf777 100644 --- a/checkers/php-imagick.php +++ b/checkers/php-imagick.php @@ -4,7 +4,7 @@ include("baseModule.php"); $checker = new BaseModule( "imagick", "Igbinary is a drop in replacement for the standard PHP serializer. Instead of the time and space consuming textual representation used by PHP\'s serialize(), igbinary stores PHP data structures in a compact binary form. Memory savings are significant when using memcached, APCu, or similar memory based storages for serialized data. The typical reduction in storage requirements are around 50%. The exact percentage depends on the data.", - ""); + "Uuses the Imagick extension to load an existing image (input.jpg), apply visual effects such as blur and color modulation, and save the processed image as output.png. The resulting image is then displayed at the bottom of the web page."); $checker->printInfo(); $pathToImage = "/home/u525748/php84test.ff14wiki.ru/www/styles/bebs.png";