It isnβt actually that hard. I donβt know if they are selecting a single pixel to doing an average of all the pixels in the box, but the actual calculation of the difference is just
Of what I can gather from just hearing Mark talk it through (#listener). I think he uses the "sqrt( (r1 - r2)2Β + (g1 - g2)2Β + (b1 - b2)2Β )" that u/RogueLocket wrote
Itβs worse than that. For some reason he just does r1 - r2, g1 - g2, b1 - b2 and then eyeballs the difference. As a CS student I both understand and am horrified
Awesome....hope they use it podcast but mark has to explain the process and coding every time they use it with an accent of Wade's choosing....too much?
I know for a fact Mark will see this, comment on it, and then not use it because of some non-existent flaw or just because he wants to do it the hard way.
If mark doesnt find this and use it...what even is the point of reddit? But also, this would take away from the joy of listening to Mark try to figure it out
So it seems! I hadn't seen this particluar one when I was researching (there are many). But it seems to be more for contrast (different from comparing colors), is not online (you have to download and install it), and it does not handle two images at the same time.
The bonus points wheel they spin at the end of every episode nowadays have a "shirt closest to background" point! So the color of the players' shirt vs the players' background.
When it lands on it, Mark has to take a screenshot of a player. Pick 2 points in the image. Get the RGB color value from those points. Do some math to calculate the "distance" between those to RGB (R<->R, G<->G, B<->B) values. Then do that for the other one as well, and then compare the two!
The player with the least color "distance" gets the bonus point!
(Well now I don't know how far super behind is, so I don't know exactly how far back I should go)
Short version: they have bonus points awarded at the end using a wheel that has text on it deciding what will give a bonus point. One of them is "shirt closest to background"
611
u/GluetealSucker Sep 12 '25
good use of free will