geo6 / php-image-tools
v1.0.6
2019-04-01 13:39 UTC
Requires
- php: ^7.2
- ext-gd: *
- ext-mbstring: *
Requires (Dev)
- phpstan/phpstan: ^0.10.6
- phpstan/phpstan-strict-rules: ^0.10.1
- squizlabs/php_codesniffer: ^3.3
README
此包已被放弃,不再维护。作者建议使用intervention/image包。
安装
composer require geo6/php-image-tools
函数
此库提供以下函数
thumbnail()
通过定义图像长边的最大尺寸来生成缩略图。
EXIFRotate()
根据EXIF的Orientation
参数旋转图像(见https://www.impulseadventure.com/photo/exif-orientation.html)。
save()
将您的(新)图像保存在磁盘上。
display()
使用正确的头信息将您的图像发送到浏览器以显示。