Oops, I was going to make note of the file size. 1.2MB

Vincent



On Sat, Oct 13, 2012 at 10:31 PM, Chris Angelico <ros...@gmail.com> wrote:

> On Sun, Oct 14, 2012 at 3:23 PM, Vincent Davis <vinc...@vincentdavis.net>
> wrote:
> > OverflowError: Python int too large to convert to C long
> > line 266, in _maketile
> >   bytecount = read(channels * ysize * 2)
>
> Is the file over 2GB? Might be a limitation, more than a bug, and one
> that could possibly be raised by using a 64-bit build.
>
> Alternatively, you could deem them invalid for exceeding your file
> size limit (either before passing to PIL, or on catching this
> exception).
>
> ChrisA
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to