Re: Slow drawImage

2000-04-13 Thread Ekkehard Kraemer
Hallo Kaspar, KF>It's about the same size as yours. And I get similar results, about 10 KF>fps. My problem is the following, though. I'd like to do ALL my KF>drawing offscreen, even some things for the user interface (eg. KF>adjusting a Bezier-curve handle). I know this sounds stupid, but

Slow drawImage

2000-04-12 Thread Kaspar Fischer
Hey all, I am using drawImage to draw a large offscreen image to the screen. However this is really slow (and it doesn't really matter what image format (TYPE_INT_RGB,...) I choose). Can anyone give me a hint how to improve speed? Could anybody explain to me where the problem lies? I suppose it