: GdLoadImageFromFile nano-X API one after another.
: Performance of display image is not good. How to improve performance of 
displaying bmp image.

Option 1: Try using .png, .jpg or .gif files instead
Option 2: Draw the images into an offscreen pixmap (GrNewPixmap), then
GrCopyArea them to the screen.  This will only be quicker if the images
are displayed more than once.

Regards,

Greg


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to