shuguang/image

v1.1 2019-01-01 15:33 UTC

This package is not auto-updated.

Last update: 2024-04-18 14:59:33 UTC


README

composer require shuguang/image

使用

$image = \shuguang\Image::open('./image.jpg');

$image->crop(...)
    ->thumb(...)
    ->water(...)
    ->text(....)
    ->save(..);