change path
This commit is contained in:
parent
77a8025b7f
commit
caec6af412
@ -9,7 +9,7 @@ $checker = new BaseModule(
|
|||||||
$checker->printInfo();
|
$checker->printInfo();
|
||||||
|
|
||||||
function imageTricks($pathToImage) {
|
function imageTricks($pathToImage) {
|
||||||
$im = new Imagick("test.png");
|
$im = new Imagick($pathToImage);
|
||||||
|
|
||||||
$im->thumbnailImage(200, null);
|
$im->thumbnailImage(200, null);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user