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

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



Is that:
* The size of a single dimension, meaning that you can at most get a
surface of 16384 pixels per 16384 pixels (given that you have enough
memory to do so)?
* The total area of the image, meaning that you shouldn't be able to
instantiate images bigger than 128 pixels per 128 pixels?
* The total memory used to store the image, in which case, are we
talking about bits, bytes, kilobytes, kibibytes (=P), megabytes or
what?

-Thiago

On Fri, Apr 11, 2008 at 9:43 AM, René Dudfield <renesd@xxxxxxxxx> wrote:
> yeah, 16384 or 16383 I think.
>
>
>
>
>  On Fri, Apr 11, 2008 at 4:25 PM, Madhubala <madhubalav@xxxxxxxxxxxxxx> wrote:
>  >
>  >
>  > Hi,
>  >
>  > Is there any limit for the size for a surface creation?
>  >
>  > Regards,
>  > Madhubala
>  >
>  >
>