Files
liche/common/vendor/gregwar/image/Gregwar/Image/demo/cache.php
T
2022-08-29 08:47:22 +08:00

11 lines
177 B
PHP
Executable File

<?php
require_once '../autoload.php';
use Gregwar\Image\Image;
// Note: create a "cache" directory before try this
echo Image::open('img/test.png')
->sepia();
echo "\n";