"Ben" wrote:

> I was wondering if PIL had an efficient function that would let me
> replace all pixels of a specific color with another? I could do it
> myself in Python, but this is for a performance-critical application.

all pixels of a specific color in the entire image (=point operation), or
in a given region that already has another color (=flood fill).

</F>



_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to