Download the PHP package saopanda/image-make without Composer
On this page you can find all versions of the php package saopanda/image-make. 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-make
ImageMake
使用GD库实现多图片与文字的合成处理
- 项目重写,发布为 composer 包方便使用
- 大幅删减和优化,完善的注释上手使用更简单
- 自带思源黑体,可免费商用无需担心版权
安装
composer require saopanda/image-make
使用
仅三个方法!支持链式调用,后面调用的会覆盖在前面之上
ImageMakeConfig (可选)
提供了一些额外可更改的配置
- 默认透明度开启
- 全局默认字体大小 16,可在
str()
单独设置大小 - 默认第一个调用
img()
传入的图片会被作为底图 - 输出格式
1=>GIF
2=>JPG
3=>PNG
,默认png
- ⚠️ 所有待操作图片以及输出格式建议保持统一,可提升图片生成效率
- 默认自带思源黑体,指定其他字体时请使用系统绝对路径,或参考文档 ->
fontfile
img() 叠加图片
$value
图片路径 或 二进制字符串$x
,$y
位置,叠加在底图的哪里,默认左上角 0,0$new_width
,$new_height
把这张图拉伸为新宽高,不填为原图大小- 当此图被作为底图使用时,
$x, $y, $new_width, $new_height
参数无效
str() 叠加文字
$value
要叠加的文字$x
,$y
位置,注意:基点在文字左下角,非左上角$config
配置数组:
get() 直接输出图片 或 输出图片文件路径
$filepath
指定输出的相对路径 + 文件名,否则直接输出图像
demo
见 ./test/test.php
快速启动测试
其他
All versions of image-make with dependencies
PHP Build Version
Package Version
Requires
ext-gd Version
*
ext-mbstring Version *
ext-json Version *
ext-mbstring Version *
ext-json Version *
The package saopanda/image-make contains the following files
Loading the files please wait ....