Search found 4 matches

by okdude
Mon Dec 06, 2021 10:17 am
Forum: General Discussion and Questions
Topic: Getting RGB values out of image
Replies: 6
Views: 7540

Re: Getting RGB values out of image

PNG format is quite involved. For a file that small it might be worth using a format conversion tool to copy it to a simpler format such as uncompressed BMP. Getting pixel data from that should be fairly easy. Any tips on how to convert this? I can only find solutions that involve using Pillow :/
by okdude
Sun Dec 05, 2021 10:43 pm
Forum: General Discussion and Questions
Topic: Getting RGB values out of image
Replies: 6
Views: 7540

Re: Getting RGB values out of image

Thank you! I will look into this tomorrow.
by okdude
Sun Dec 05, 2021 6:22 pm
Forum: General Discussion and Questions
Topic: Getting RGB values out of image
Replies: 6
Views: 7540

Re: Getting RGB values out of image

It’s 8x8 PNG. I need to get the RGB value of every pixel in the image.
by okdude
Sat Dec 04, 2021 4:00 pm
Forum: General Discussion and Questions
Topic: Getting RGB values out of image
Replies: 6
Views: 7540

Getting RGB values out of image

Hey there! Is there any option on getting RGB values out of an image? I could not find anything. Is this possible in pure python?