2017 © Pedro Peláez
 

library image

图片处理

image

magein/image

图片处理

  • Wednesday, January 17, 2018
  • by Magein
  • Repository
  • 1 Watchers
  • 4 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 73 % Grown

The README.md

说明

 1. 文件编码遵循 psr-4 规范
 2. 支持本地,远程,字符串图片转化成系统可操作的resource变量类型
 3. 支持略缩图,圆形,裁剪,水印,压缩
 4. 调用对应的函数可输出到浏览器,可保存(保存到远程服务器请自行配置)
 5. 图片格式仅包含png,jpg,jpeg,gif(远程图片,图片字符串任意类型)

使用

 请阅读DOCUMENT.md

依赖

1. php >= 5.5 
2. gd库
3. 远程https图片资源,需支持curl或者openssl        

建议

在转化远程图片时,imagecreatefromjpeg等方法支持直接转化,https协议下,需要环境支持openssl

linux系统下,开始openssl后出现证书等验证失败,可以使用curl获取到图片资源,

然后使用imagecreatefromstring进行转化,  

所以可根据实际情况友好的选择使用$image->transImageResource()

第二个参数得到可操作的resource类型图片   

优化

查看远程图片的类型,可以使用curl打印出头信息,查看Content-type:xx的值

如:Content-type:image/png ,Content-type:image/jpeg等

The Versions

17/01 2018

dev-master

9999999-dev https://github.com/Magein/image

图片处理

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5.0

 

by xiaomage

17/01 2018

1.0.2

1.0.2.0 https://github.com/Magein/image

图片处理

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5.0

 

by xiaomage

02/01 2018

1.0.1

1.0.1.0 https://github.com/Magein/image

图片处理

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4.0

 

by xiaomage

02/01 2018

dev-dev

dev-dev https://github.com/Magein/image

图片处理

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4.0

 

by xiaomage