Skip to content

jmluang/think-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The ThinkPHP5 Image Package

Downloads Releases Packagist Status Packagist Downloads

安装

composer require jmluang/think-image

使用

$image = \think\Image::open('./image.jpg');
或者
$image = \think\Image::open(request()->file('image'));


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

About

thinkphp5 图像处理类

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%