No signup, no paywall, no email capture. Just curious what people think.
For some additional context; many old pigments were not stable at all.
https://www.vangoghstudio.com/what-were-the-original-colors-...
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
See also: https://amandahinton.com/blog/creating-a-color-palette-from-...
see this palette for example: https://paletteinspiration.com/fauvism-palettes/fauvism-19-p...
or other Fauvism palettes: https://paletteinspiration.com/fauvism-palettes/
Let me know if you ever create an API endpoint.
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.
There are 2 art style pages namely Advertising and Posters styles: https://paletteinspiration.com/advertisement-palettes/ https://paletteinspiration.com/poster-palettes/
I am aware that Advertisement palettes mostly based on Alphonse Mucha work since I could not include more recent ad illustrations for copywrite reasons.