Download the PHP package topthink/think-image without Composer
On this page you can find all versions of the php package topthink/think-image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download topthink/think-image
More information about topthink/think-image
Files in topthink/think-image
Download topthink/think-image
More information about topthink/think-image
Files in topthink/think-image
Vendor topthink
Package think-image
Short Description The ThinkPHP5 Image Package
License Apache-2.0
Package think-image
Short Description The ThinkPHP5 Image Package
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package think-image
The ThinkPHP5 Image Package
安装
composer require topthink/think-image
使用
$image = \think\Image::open('./image.jpg');
或者
$image = \think\Image::open(request()->file('image'));
$image->crop(...)
->thumb(...)
->water(...)
->text(....)
->save(..);
All versions of think-image with dependencies
PHP Build Version
Package Version
Requires
ext-gd Version
*
The package topthink/think-image contains the following files
Loading the files please wait ....