ex
This commit is contained in:
parent
19bd512a07
commit
f932e84e4a
@ -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";
|
||||
|
||||
function imageTricks($pathToImage,$output) {
|
||||
echo "tset";
|
||||
$image = new Imagick($pathToImage);
|
||||
|
||||
$image->blurImage(3, 2);
|
||||
@ -30,7 +31,6 @@ function imageTricks($pathToImage,$output) {
|
||||
$image->destroy();
|
||||
}
|
||||
imageTricks($pathToImage,$outputPath);
|
||||
|
||||
?>
|
||||
|
||||
<div style="margin-top: 50px; text-align: center;">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user