Installation
You can install Image Colors via the plugin store, or through Composer.
Requirements:
- Craft CMS 5.6+
- PHP 8.2+
- GD extension enabled.
Craft Plugin Store
To install Image Colors, navigate to the Plugin Store section of your Craft control panel, search for newism Image Colors, and click the Try button.
Composer
You can also add the package to your project using Composer and the command line.
Open your terminal and go to your Craft project:
bash
cd /path/to/projectThen require and install the plugin:
bash
composer require newism/craft-image-colors
php craft plugin/install image-colorsLicensing
Image Colors is free to use. No license purchase is required -- enjoy!
For more information, see Craft's Commercial Plugin Licensing.