[Gambas-user] Drawing again
Benoit Minisini
gambas at ...1...
Mon May 29 20:56:34 CEST 2006
On Monday 29 May 2006 20:18, javier romero wrote:
> When i stretch an image to fit this properly into the printer size, its
> very slowly, and when finish, when goes out the proyect, all open forms
> opened in this moment (including the gambas IDE), are redraw. this takes a
> several seconds and do an very ugly effect Why?
> Im use gambas 1.0.15 in red hat 9 with genome, i have 512K of memory
512 Mb I think :-)
>
> Thanks
> Javier
Maybe the scaled image takes all the memory, and so Linux starts swapping
(i.e. using the disk to emulate the needed memory).
Two hints when printing images:
- Don't use smooth scale.
- Draw the image little parts by little parts.
Regards,
--
Benoit Minisini
More information about the User
mailing list