|
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
|