AlfredJKwack

Results 42 comments of AlfredJKwack

Those ID's are not stable across people and locations. They're 'best guesses' specific to you and your situation. There are enhancements on the way to make this better or at...

I've put in PR #280 for this purpose.

@springmeyer Your pre-release (TileMill-0.10.2.zip) works on OSX 10.12 (Sierra).

@inorganik did you try the release [mentioned by springmeyer](https://github.com/tilemill-project/tilemill/issues/2539#issuecomment-198029808)?

If anyone ever picks this one up. A couple of intersesting observations with this one. So the checkboxes are structured as follows: ``` Legitimate Interest ``` Depending on how far...

I know this is an old thread but just in case someone comes across this here's a solution. The calculation used is [Relative Luminance](https://en.wikipedia.org/wiki/Relative_luminance). There are [other options](https://en.wikipedia.org/wiki/Luma_%28video%29) though. You...

Current implementation looks fine. * OS: MacOS 10.14.1 * Browser: Chrome 70.0.3538.110 (Official Build) (64-bit) * Color-Thief: [65fc4c2](https://github.com/lokesh/color-thief/commit/65fc4c26b51c38f791fb3c5ad5a8690272adc11f) * Source Image: https://images.all-free-download.com/images/graphiclarge/boots_logo_28127.jpg

Here you go: * [Original implementation](https://github.com/DanBloomberg/leptonica/blob/7fed79dbe0240fc18d41ce1e5f98531679b91ae2/src/colorquant2.c#L1538-L1540) * [Explanation of average color in vBox](https://github.com/DanBloomberg/leptonica/blob/7fed79dbe0240fc18d41ce1e5f98531679b91ae2/src/colorquant2.c#L1485-L1507) * [What's a vbox](https://github.com/DanBloomberg/leptonica/blob/7fed79dbe0240fc18d41ce1e5f98531679b91ae2/src/colorquant2.c#L60-L72) * [Further reading](http://www.leptonica.com/color-quantization.html)

Can we assume that when you say "_most different_" you actually mean to say that the target color would be the _complimentary_ color? Can we also assume that the color...

Ok... Let us imagine that you end up with 3 colors in the palette. Lets stick with the previous example where the dominant color is green and your other two...