1 Star 0 Fork 4

无题/poster

forked from cshaptx4869/poster 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
run.php 858 Bytes
一键复制 编辑 原始数据 按行查看 历史
cshaptx4869 提交于 2021-10-12 10:39 . Mod: 修改 font 方法名为 text
<?php
require_once './vendor/autoload.php';
use Fairy\Poster;
try {
$poster = new Poster('./images/poster.png');
$poster->image('./images/avatar.jpg', 94, 52, 82, 82, true)
->image('./images/service.png', 40, 310, 665, 566)
->image('./images/mini.jpg', 518, 1070, 180, 180)
->text('白開水', 26, 220, 86, '150, 151, 150')
->text('我们感情深,帮忙助力行不行', 35, 30, 210, '255, 255, 255')
->text('单次4小时,专业保洁师为您解决全屋精细保洁', 24, 30, 270, '255, 255, 255')
->text('&#165; 0.00', 40, 50, 946, '255, 0, 0')
->text('原价 &#165;199', 20, 50, 990, '150, 151, 150')
->line(44, 980, 170, 980, '150, 151, 150', 2)
->output('./a.png');
} catch (\Exception $e) {
file_put_contents('./error.log', $e->getMessage(), FILE_APPEND);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/zero3412/poster.git
git@gitee.com:zero3412/poster.git
zero3412
poster
poster
master

搜索帮助