[Gambas-user] Cargar fotos
Rob
sourceforge-raindog2 at ...94...
Wed Oct 6 01:31:18 CEST 2004
On Tuesday 05 October 2004 18:19, Ivan La Malfa wrote:
> Me he dado cuenta que lo que "mata" a mi PC es la instrucción
> Foto.Load (....)
> ¿Hay alguna otra forma de ver las fotos un poco más rápido?
Not yet, I'm afraid. The Picture.Load method just uses the Qt
method of the same name, and Qt's image processing isn't exactly
renowned for its speed. Maybe eventually we'll have an SDL
canvas we can use as a control in a Gambas Qt window and that'll
be faster, but right now that's about all there is.
My method so far has been to preload a number of images in
advance, because drawing them takes a lot less time than
loading/converting them.
Rob
More information about the User
mailing list