Using PIL 1.1.6 and the code...<br>image = Image.open(filename)<br>This works well, until the 255th time. All subsequent calls fail with IOError. Is this a bug in PIL? I am trying to load several hundred images and best fit rectangle pack them so it's best to open them all at once.<br>
<br>