[Kde-games-devel] TR: cmp-toolkits
Philippe FREMY
kde-games-devel@mail.kde.org
Fri, 12 Apr 2002 18:14:18 +0200
> > > implementation is better. The problem is that i have a grayscale
pixmap
> > > that uses about 80 Mb because it's about 10000x8000 and I have to
display it
Why do you need such a huge image as a background ? You certainly need to
split it. You could then use a cache to download the image in the
background when necessary.
Or can't you generate the background dynamically ?
regards
Philippe