[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] is there any limit of surface size?



So sounds like 16384 must be the max width? (for 32-bit surfaces anyways)

On Fri, Apr 11, 2008 at 9:17 AM, Lenard Lindstrom <len-l@xxxxxxxxx> wrote:
SDL stores surface pitch, width * bytes-per-pixel, in an unsigned 16 bit int. Surface height is a signed 32 bit integer.

--