shuguang/image

Image Library

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/shuguang/image

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

This package is not auto-updated.

Last update: 2025-10-02 21:42:17 UTC


README

composer require shuguang/image

使用

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

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