Page 1 of 1

Didactic RGB

Posted: Thu May 13, 2010 10:26 pm
by indigochill
Okay, this one's been a bit frustrating... I thought I was being clever just grabbing the RGB value with an eyedropper-like tool, but turns out that's completely useless because it will produce different results depending on how I have my monitor calibrated.

I guess it'd technically be possible to brute-force the answer considering it's only 9 digits and not all of those are likely solutions, but I'm curious about the process of analyzing an image. Any nudges in a general direction about where I could learn more about this? I use C, specifically.

Posted: Fri May 14, 2010 1:46 am
by tails
Hi,

There are some C libraries that handle images. But, if you are really interested in understanding images, then I first recommend you to learn some major image file formats. It should be fun. BMP and TGA are relatively simple ones, so I think you can start with one of them.

Well, I solved this challenge with Photoshop...

Posted: Sat May 15, 2010 3:48 pm
by Masti6
tails wrote:Hi,

There are some C libraries that handle images. But, if you are really interested in understanding images, then I first recommend you to learn some major image file formats. It should be fun. BMP and TGA are relatively simple ones, so I think you can start with one of them.

Well, I solved this challenge with Photoshop...
Solved this with GIMP. Just picked the color, took the values, blablabla...
Sorry, can't actually say it.
I've written a pretty flashing tip on this topic

Posted: Fri Feb 04, 2011 9:58 am
by pyro3o7
Masti6 thank you thank you thank you I didnt understand that tip you had on the other topic at first but when it came to me I was kinda angry I needed any help to begin with :(.