Download the PHP package hahadu/image-factory without Composer
On this page you can find all versions of the php package hahadu/image-factory. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package image-factory
image-class
基于imagick的图像处理类
项目不依赖任何框架,因此你可以与你的任何项目集成。
项目依赖php-imagick扩展,
安装前请确保安装了php-imagick
- debian/ubuntu sudo apt install php-imagick
安装项目:
- composer require hahadu/image-factory
已实现的功能模块:
(按开发顺序排序)
- 图像转文字像素 此模块旧版
- 创建图像缩略图
- 根据文字前两个字符创建头像(.png)和图标(.icon)
- 给图像添加文字水印
- 从文本创建图像
- 给图像添加图像水印
- 创建验证码
项目正在不断完善中, 使用过程有任何问题和建议欢迎issues,或qq:582167246联系
使用方法
-
引入命名空间
-
图像转文字像素
-
创建缩略图
- 根据文本前两个字符串创建头像
-
注意:汉字目前只截取第一个字符,字母截取前两个字符,汉字与英文字母同时只能存在一个 添加中文到图像需要设置中文字体支持,默认使用SourceHanSansCN-Light字体
-
框架内置字体调用路径:
-
图像添加文字水印
- 从文本创建图像
-
添加图片水印
-
创建验证码
- 检测验证码
All versions of image-factory with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
ext-imagick Version *
ext-mbstring Version *
ext-bcmath Version *
ext-json Version *
hahadu/helper-function Version >=0.7
ext-imagick Version *
ext-mbstring Version *
ext-bcmath Version *
ext-json Version *
hahadu/helper-function Version >=0.7
The package hahadu/image-factory contains the following files
Loading the files please wait ....