large memory image
I am implementing a paint progam. I am using double buffering with
Image offscreen_image
to display on screen.i want to implement such that the offscreen image can have any size. However the application gives an outofmemory error if i set the size of image beyond 4000,4000. It is not enough for the application i have in mind.[br][br]
Is there any image object in which i can allocate as much memory as i want ?

