This commit is contained in:
3x0k1d 2025-05-05 08:28:33 +03:00
parent 19bd512a07
commit f932e84e4a

View File

@ -11,6 +11,7 @@ $pathToImage = "/home/u525748/php84test.ff14wiki.ru/www/styles/bebs.png";
$outputPath = "/home/u525748/php84test.ff14wiki.ru/www/styles/bebs.changed.png"; $outputPath = "/home/u525748/php84test.ff14wiki.ru/www/styles/bebs.changed.png";
function imageTricks($pathToImage,$output) { function imageTricks($pathToImage,$output) {
echo "tset";
$image = new Imagick($pathToImage); $image = new Imagick($pathToImage);
$image->blurImage(3, 2); $image->blurImage(3, 2);
@ -30,7 +31,6 @@ function imageTricks($pathToImage,$output) {
$image->destroy(); $image->destroy();
} }
imageTricks($pathToImage,$outputPath); imageTricks($pathToImage,$outputPath);
?> ?>
<div style="margin-top: 50px; text-align: center;"> <div style="margin-top: 50px; text-align: center;">