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

8 lines
149 B
PHP
Executable File

<?php
require_once '../autoload.php';
use Gregwar\Image\Image;
?>
<img src="<?php echo Image::open('img/test.png')->resize('50%')->inline() ?>" />