On 27 March 2016 at 20:23, Aaryaman Vasishta <jem456.vasishta@gmail.com> wrote:
> The max resolution I tried which passed the tests was greater than 65535,
> hmm. Am I missing something?
>
What were the dimensions you tried that succeeded exactly? 13k x 13k @
24bpp would mean an allocation of about 640 MiB, which is a
considerable part of the 2 GiB address space you get (by default) as a
32-bit process. It's perhaps not quite large enough that it's
guaranteed to fail, but I don't think it's all that surprising if
there no contiguous allocation of that size available.