mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-30 21:20:11 +02:00
adding phpdoc fix #48
This commit is contained in:
13
docs/api/files/webroot%2Fcompare%2Fcompare-test.php.txt
Normal file
13
docs/api/files/webroot%2Fcompare%2Fcompare-test.php.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
$script = <<<EOD
|
||||
CImage.compare({
|
||||
"input1": "../img.php?src=car.png",
|
||||
"input2": "../img.php?src=car.png&sharpen",
|
||||
"input3": "../img.php?src=car.png&blur",
|
||||
"input4": "../img.php?src=car.png&emboss",
|
||||
"json": true,
|
||||
"stack": false
|
||||
});
|
||||
EOD;
|
||||
|
||||
include __DIR__ . "/compare.php";
|
Reference in New Issue
Block a user