I'm not sure if this is in the right place because its not really a coding problem so if it needs moved.. sorry..
Question 1:
If i have a picture thats say.. 500 * 200 could i get the rgb value of each pixel? so it would be like x,y = rbg for each pixel in the image and then save the rgb and "pixel address" if you will to a database?
Question 2:
If thats possible could each rgb be assigned to a value... like if rgb value = this then rgb = value else if rgb = this then rgb = different value?
Question 3:
Could you generate a new image through php using all that information? and then saved by the script in a designated folder?
I know if all this is possible it will kill system resources using php.. but the script would only be ran once a day.. or would this be something that i would need to use C++ for?
Again if this is in the wrong place im sorry... I'm just alittle confused because my php book dont really go into alot of detail about images and php..
Also if this is all possible does anyone know of any good resources to read up on techniques or tips on doing this?
Thanks
Buddy