From 29fd94ef5216a970de2155c12be0317dfcae65b3 Mon Sep 17 00:00:00 2001 From: 3x0k1d <3x0k1d@gmail.com> Date: Mon, 5 May 2025 08:38:04 +0300 Subject: [PATCH] add usage --- checkers/php-imagick.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";