Hello,<br>I want to use PIL to scan a newly created image for possible corrupt (blank) pixels. <br><br>The
 PIL documentation doesn&#39;t seem to mention what value a blank pixel 
might have (I assume it would come back as None).  I&#39;m not sure what to 
test for.<br>
<br>I see the Image module has a <a href="http://www.pythonware.com/library/pil/handbook/image.htm" target="_blank">verify function</a>, but I&#39;m not sure if that covers validating that pixels are not blank.<br><br>Any ideas?<br>
<br>Thanks