PIL - Pixel Level Image Manipulation?

Michael L Torrie torriem at chem.byu.edu
Wed Nov 8 13:27:28 EST 2006


On Wed, 2006-11-08 at 11:53 -0500, Gregory Piñero wrote:
> I want to be able to randomly change pixels in an image and view the
> results.  I can use whatever format of image makes this easiest, e.g.,
> gray scale, bit tonal, etc.
> 
> Ideally I'd like to keep the pixels in an intermediate format like a
> list of (integers?) or an array and convert that to an image as
> needed.
> 
> I'm hoping someone has some experience on this and could offer some
> advice or code.  I thought it would be easy in PIL  but I'm not sure.

What OS are you using and what GUI library?  These things are specific
to the GUI library you wish to use to display images, and not python
itself (which doesn't care).

> 
> Much Appreciated,
> 
> -- 
> Gregory Piñero
> Chief Innovation Officer
> Blended Technologies
> (www.blendedtechnologies.com)




More information about the Python-list mailing list