Re: [Fxruby-users] Copying an Image with FXMemoryStream?
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <jl...@cf...> - 2004-01-09 16:24:09
|
Carsten Eckelmann wrote: > thanks this helps a bit (it gets my app going), but it's VERY SLOW. I'm > writing an ImageView Widget that doesn't scroll, but scales the image > according to the window size. This means, that with every SEL_PAINT > message I need to copy a back_image to the front_image, you can imagine > how slow the drawing is, when copying via files. [Sorry for the delayed response.] I've fixed some things for FXMemoryStream for the next release, so hopefully you'll be able to use that instead in the near future. |