I would like to know if there is a (easy) way to grab rgb information of an image and then modify it with new rgb information... i'm making an application to apply different set of filters on an image, and i need to, basicly:
- load an image
- be able to grab the rgb information of a certain pixel
- make a new image with a different rgb (calculated by my algorithm)
- show that image to the user an then save it to a file
what is the best way to work with rgb and image using pygtk?
thanks for the attention!
--
"The best way to sell yourself is to show what you have produced, rather
than tell people what you know, what you want to do, or what degrees you
have." John Carmack
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
