View Single Post
Old May 1st, 2008, 3:48 PM   #4
Freaky Chris
Hobbyist Programmer
 
Freaky Chris's Avatar
 
Join Date: Dec 2007
Location: England
Posts: 169
Rep Power: 1 Freaky Chris is on a distinguished road
Send a message via MSN to Freaky Chris
Re: image processing

read in each pixel, store each rgb value seperate, add all the red values divide by 9 and do the same with the green and blue. then take the new r g b values.

something along those lines anyway

Chris
__________________
Who said i couldn't program
sarcasm = raw_input('Type in a sarcastic remark: ')
print sarcasm
Freaky Chris is offline   Reply With Quote