1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-07-22 01:01:37 +02:00
Files
php-cimage/webroot/compare/compare-test.php

14 lines
301 B
PHP

<?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";