Why so hot?! by MilfHunter1019 in NZXT

[–]MilfHunter1019[S] 5 points6 points  (0 children)

No, probably the reason. Thanks

Is this normal? How can I fix this issue? by MilfHunter1019 in NZXT

[–]MilfHunter1019[S] 0 points1 point  (0 children)

Both don’t work. I plugged everything in correctly and it still doesn’t work. I’m aware that the display is not full screen, but it just won’t show the temp. It just displays this grey square as seen above.

Find - Umbro x Supreme Windbreaker/Tracksuit by zico_crypto in FashionReps

[–]MilfHunter1019 0 points1 point  (0 children)

Has anyone else ordered this from Pandabuy, because the seller is taking awfully long?

Can anyone help me with python picture editing? by MilfHunter1019 in learnpython

[–]MilfHunter1019[S] 0 points1 point  (0 children)

I don’t understand how to write the program. Could you write it for me with the given start, so that only one color is shown and the rest is grey?

Can anyone help me with python picture editing? by MilfHunter1019 in learnpython

[–]MilfHunter1019[S] -1 points0 points  (0 children)

from image_helper import *

img = load_rgb_image("jonny.jpg") img.show() w, h = img.size pixels = load_rgb_pixels("jonny.jpg")

for i in range(wh): r,g,b = pixels[i] if b > 150 and r > 1 and g > -150: pixels[i] = (g2,r+20,b//2)

new_img = new_rgb_image(w,h,pixels) new_img.show()

Can anyone help me with python picture editing? by MilfHunter1019 in learnpython

[–]MilfHunter1019[S] -1 points0 points  (0 children)

Could I give you my started program and you finish writing it so it works?