tecnickcom/tc-lib-color
Composer 安装命令:
composer require tecnickcom/tc-lib-color
包简介
PHP library to manipulate various color representations
README 文档
README
PHP color toolkit for conversion and normalization across common color models.
💖 Part of the tc-lib-pdf / TCPDF ecosystem (100M+ installs). Sponsor its maintenance →
Overview
tc-lib-color provides utilities for parsing, converting, and formatting color values used in web and PDF rendering pipelines.
The library is designed to centralize color logic so applications avoid ad-hoc conversion code and rounding drift across modules. It provides a consistent normalization layer that helps keep visual output aligned between browser previews and final PDF rendering.
| Namespace | \Com\Tecnick\Color |
| Author | Nicola Asuni info@tecnick.com |
| License | GNU LGPL v3 - see LICENSE |
| API docs | https://tcpdf.org/docs/srcdoc/tc-lib-color |
| Packagist | https://packagist.org/packages/tecnickcom/tc-lib-color |
Features
Color Models
- Grayscale (GRAY)
- RGB/RGBA and hexadecimal color handling (RGB)
- HSL/HSLA conversion workflows (HSL)
- CMYK conversion workflows (CMYK)
- CIE Lab color handling and conversion workflows (LAB)
- Spot colors (Separation), with DeviceCMYK and Lab alternate color-space support for PDF output
Integration Helpers
- CSS-ready color output
- PDF-oriented color conversion helpers
- Cross-model conversion helpers on all color models
- Named web color lookup and normalization
Requirements
- PHP 8.2 or later
- Composer
Installation
composer require tecnickcom/tc-lib-color
Quick Start
<?php require_once __DIR__ . '/vendor/autoload.php'; $web = new \Com\Tecnick\Color\Web(); $rgb = $web->getRgbObjFromHex('#336699'); echo $rgb->getCssColor();
See example/index.php for a complete conversion showcase.
Development
make deps
make help
make qa
make server
Run make server and open http://127.0.0.1:8000/example/index.php to check the example in a browser.
Packaging
make rpm make deb
For system packages, bootstrap with:
require_once '/usr/share/php/Com/Tecnick/Color/autoload.php';
Contributing
Contributions are welcome. Please review CONTRIBUTING.md, CODE_OF_CONDUCT.md, and SECURITY.md.
tecnickcom/tc-lib-color 适用场景与选型建议
tecnickcom/tc-lib-color 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 8.04M 次下载、GitHub Stars 达 24, 最近一次更新时间为 2015 年 09 月 12 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「javascript」 「web」 「colors」 「color」 「colour」 「colours」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 tecnickcom/tc-lib-color 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 tecnickcom/tc-lib-color 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 tecnickcom/tc-lib-color 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Generates a Blade directive exporting all of your named Laravel routes. Also provides a nice route() helper function in JavaScript.
Class that adds color to PHPUnit testing output using ANSI escape coding
A slick color picker fieldtype plugin for the Craft CMS 3 control panel.
Caching and compression for Twig assets (JavaScript and CSS).
A pretty nice way to expose your translation messages to your JavaScript.
Model of a web-based resource
统计信息
- 总下载量: 8.04M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 24
- 点击次数: 33
- 依赖项目数: 8
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2015-09-12