[Gambas-user] drawingarea limits

Doriano Blengino doriano.blengino at ...1909...
Wed Dec 2 18:37:01 CET 2009


abdurrahman ulusoy ha scritto:
> hi
> i cant set drawing area width(or drawing area height)  bigger then 32767 . how can i set bigger then  32767.
>   
It would be a very very bad idea to do that. An area of 32767x26000
pixels would take 2.5 gigabyte of ram (yes, I said 2555 megabyte),
counting 3 bytes for pixel.

I think you don't find around images that large, or tall. If you want to
manage something like that, you must keep your graphics somewhere else,
and scale it to fit in less memory.

Regards,
Doriano






More information about the User mailing list