79717828

Date: 2025-07-28 20:07:43
Score: 2.5
Natty:
Report link

Thanks to @mkrieger1 for this one, some images I used literally have over 100000 colors.... Something I NEVER expected to happen, so .getcolors() returned None. I changed the value to 100 million so I hopefully never face this problem ever again.

all_colors = main_img.getcolors(maxcolors=100000000)
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @mkrieger1
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Aadvik