> Kevin D. Smith:
>> What I want is a two color output image: black where the image wasn't
>> different, and white where it was different.<

Use the ImageChops.difference, which would give a difference image. Then 
map all colors to white except black using Image.point() 

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to