material-palette-php icon indicating copy to clipboard operation
material-palette-php copied to clipboard

Results 7 material-palette-php issues
Sort by recently updated
recently updated
newest added

Hi, this patch fixes fatal error in PHP 8.0 ``` ValueError: max(): Argument #1 ($value) must contain at least one element in /www/doc/myapp/vendor/marijnvdwerf/material-palette/src/Palette.php:81 ```

Hello, I'd like to get the population of the different swatches but with a tolerance, for example : population of the vibrant swatch +/- 10% on H, S, and L....

We have some issues by using your library. We ran mostly in the `isNearRedILine()` case. So my suggestion is to allow user to configure the ignore types. Would be great...

An array of colors can be empty when there are no colors in the image. In the function max and min, you can not pass an empty array, otherwise the...

I'm not sure if what I'm about to suggest is a good idea, but I was surprised to see zero-population swatches turn up in my results. This is caused by...

Can you provide instructions in the readme on how to install without composer (as not everyone uses it) and also an example using gd, as I can't install imagemagick on...

First off, really like this tool. Thanks for putting it together. My question concerns performance. I am using Intervention Image with GD on a 250x 250 px image and am...