andrewgjohnson/imagettftextblur
Composer 安装命令:
composer require andrewgjohnson/imagettftextblur
包简介
imagettftextblur is a drop-in replacement for imagettftext with added parameters to add blur, glow and shadow effects to your PHP GD images
README 文档
README
Description
imagettftextblur is a drop-in replacement for imagettftext with added parameters to add blur, glow and shadow effects to your PHP GD images.
imagettftextblur is an agjgd project.
Examples
// In PHP 8.0 a ninth parameter ($options) was added to imagettftext()
imagettftext($im, 20, 0, 0, 0, $color, $font, $string, array()); // Add text to a GD image
imagettftextblur($im, 20, 0, 0, 0, $color, $font, $string, array()); // This works the same as the line above
imagettftextblur($im, 20, 0, 0, 0, $color, $font, $string, array(), 1); // This will add the same text only blurred
// We also support previous versions of PHP back to 5.0 and the previous version of imagettftext()
imagettftext($im, 20, 0, 0, 0, $color, $font, $string); // Add text to a GD image
imagettftextblur($im, 20, 0, 0, 0, $color, $font, $string); // This works the same as the line above
imagettftextblur($im, 20, 0, 0, 0, $color, $font, $string, 1); // This will add the same text only blurred
There are other examples included in the GitHub repository and on imagettftextblur.agjgd.org.
Usage
With Composer
This project offers support for the Composer dependency manager. You can find the imagettftextblur package online on packagist.org.
Install using Composer
Either run this command:
composer require andrewgjohnson/imagettftextblur
or add this to the require section of your composer.json file:
"andrewgjohnson/imagettftextblur": "1.*"
Without Composer
To use without Composer add an include to the imagettftextblur.php source file.
include 'source/imagettftextblur.php';
Help Requests
Please post any questions in the discussions area on GitHub if you need help.
If you discover a bug please enter an issue on GitHub. When submitting an issue please use our issue templates.
Contributing
Please read our contributing guidelines if you want to contribute.
You can contribute financially by becoming a patron at patreon.com/agjopensource to support imagettftextblur and other agjgd.org projects.
Acknowledgements
This project was started by Andrew G. Johnson (@andrewgjohnson).
Full list of contributors:
Our security policies and procedures come via the atomist/samples project. Our issue templates come via the tensorflow/tensorflow project. Our pull request template comes via the stevemao/github-issue-templates project. The mountains photo comes via Gabriel Garcia Marengo.
Changelog
You can find all notable changes in the changelog.
andrewgjohnson/imagettftextblur 适用场景与选型建议
andrewgjohnson/imagettftextblur 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 236.15k 次下载、GitHub Stars 达 27, 最近一次更新时间为 2016 年 11 月 25 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「graphics」 「image」 「images」 「gd」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 andrewgjohnson/imagettftextblur 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 andrewgjohnson/imagettftextblur 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 andrewgjohnson/imagettftextblur 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A Laravel Nova field for distribute your images as array of object.
Pexels API Client for www.pexels.com
Yii2 LightBox image galary widget uses Lightbox v2.10.0 by Lokesh Dhakar
The Yii2 extension uses jQuery jquery.carousel-1.1.min.js and makes image carousel from php array of structure defined.
TYPO3 CMS extension to create gallery content element with preset crop ratios and pagination
SDL FFI bindings for the PHP language
统计信息
- 总下载量: 236.15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 28
- 点击次数: 25
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-25