topthink/think-image
The ThinkPHP5 Image Package
Apache-2.0 · 最后更新 1年前
# The ThinkPHP5 Image Package
[](https://travis-ci.org/top-think/think-image)
[](https://codecov.io/github/top-think/think-image)
[](https://github.com/top-think/think-image/releases)
[](https://github.com/top-think/think-image/releases/latest)
[](https://github.com/top-think/think-image/releases/latest)
[](https://packagist.org/packages/topthink/think-image)
[](https://packagist.org/packages/topthink/think-image)
## 安装
> composer require topthink/think-image
## 使用
~~~
$image = \think\Image::open('./image.jpg');
或者
$image = \think\Image::open(request()->file('image'));
$image->crop(...)
->thumb(...)
->water(...)
->text(....)
->save(..);
~~~
推荐扩展
-
topthink/think-ai
1年前
-
topthink/think-api
1年前
-
topthink/think-dumper
Dumper extend for thinkphp
11个月前 -
topthink/think-validate
think validate
1年前 -
yzh52521/think-mailer
A powerful and beautiful php mailer for All of ThinkPHP and Other PHP Frameworks based Symfony mailer
2年前