Matt

Results 2 issues of Matt

I might be totally off base here, but i think you're conflating lightness and luminance? HSL is hue, saturation, lightness luminance is sqrt( 0.299*R^2 + 0.587*G^2 + 0.114*B^2 )

I upgraded to python 3.9 and i've run into some problems. When running: mongo.send_file(filename) Running tests, when I'm grabbing an image file from my mongo database, it seems to not...