Download the PHP package born05/craft-colorextractor without Composer
On this page you can find all versions of the php package born05/craft-colorextractor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download born05/craft-colorextractor
More information about born05/craft-colorextractor
Files in born05/craft-colorextractor
Download born05/craft-colorextractor
More information about born05/craft-colorextractor
Files in born05/craft-colorextractor
Vendor born05
Package craft-colorextractor
Short Description Extract colors from image assets in Craft CMS. Requires a field named `imageColor` on all assets of kind image (can be color or plaintext)
License MIT
Package craft-colorextractor
Short Description Extract colors from image assets in Craft CMS. Requires a field named `imageColor` on all assets of kind image (can be color or plaintext)
License MIT
Please rate this library. Is it a good library?
Informations about the package craft-colorextractor
Color Extractor
Extract colors from image assets in Craft 3. The Craft 2 plugin is moved to another branch.
Inner working
By using the imageColor
field on each asset, it doesn't require extra database queries when showing colors. On install it creates a task to extract the color for every image.
Requirements
- A field named
imageColor
on all assets of kind image (can be color or plaintext) - Craft 3 (we test on the latest release of Craft 3)
- PHP 7.1 at least
Example usage
Use the colorExtractor
twig filter to retrieve the image's color from templates.
From command:
License
Copyright © Born05
See license
Credits
Based upon craft-image-color plugin by familiar-studio.
All versions of craft-colorextractor with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0.2
craftcms/cms Version ^4.0.0-alpha
ksubileau/color-thief-php Version ^2.0
craftcms/cms Version ^4.0.0-alpha
ksubileau/color-thief-php Version ^2.0
The package born05/craft-colorextractor contains the following files
Loading the files please wait ....