No signup, no paywall, no email capture. Just curious what people think.
No signup, no paywall, no email capture. Just curious what people think.
Let me know if you ever create an API endpoint.
See also: https://amandahinton.com/blog/creating-a-color-palette-from-...
For some additional context; many old pigments were not stable at all.
https://www.vangoghstudio.com/what-were-the-original-colors-...
Small snag, some UTF8 things are going on with some colour names, I am sure you know and have cursed accordingly.
I like OKLCH colours and the ability to mix them in interesting ways using CSS things. This means I don't do hex codes for colours in CSS. I can translate though, however, soon some people will demand OKLCH, so you might as well add it in, trying to get it natural with the picker.
I appreciate the masters but I wonder how this would work using other sources, for example, Sunday newspaper supplements from the last century, and their glossy adverts, which were to a higher standard than what we get today.
Basically
$average = new Imagick( $file );
$average->quantizeImage( $numColors, Imagick::COLORSPACE_RGB, 0, false, false ); //Reduce the amount of colors to 10
$average->uniqueImageColors(); //Only save one pixel of each color
xydac•1h ago
ouli•1h ago