geo6/php-image-tools

此包已被放弃,不再维护。作者建议使用intervention/image包。

PHP库,提供图像处理工具(缩略图、EXIF旋转等)

v1.0.6 2019-04-01 13:39 UTC

This package is auto-updated.

Last update: 2022-02-01 13:11:44 UTC


README

Latest Stable Version Total Downloads Monthly Downloads Software License

此包已被放弃,不再维护。作者建议使用intervention/image包。

安装

composer require geo6/php-image-tools

函数

此库提供以下函数

thumbnail()

通过定义图像长边的最大尺寸来生成缩略图。

EXIFRotate()

根据EXIF的Orientation参数旋转图像(见https://www.impulseadventure.com/photo/exif-orientation.html)。

save()

将您的(新)图像保存在磁盘上。

display()

使用正确的头信息将您的图像发送到浏览器以显示。