sterntours/vendor/gregwar/image/Gregwar/Image/demo/cache.php
2020-07-09 12:49:32 +02:00

10 lines
177 B
PHP

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