Krita's rendering model

Bart Coppens kde at bartcoppens.be
Thu Sep 15 14:55:55 CEST 2005


On Thursday 15 September 2005 14:45, Boudewijn Rempt wrote:
> Oh, and what I forgot about: we already have something very close to a full
> cache of the image, namely the projection layer. But I remember I was
> thinking that we could, maybe, do without that being around at all times.
Yes indeed, I thought the same thing only yesterday evening or so. Because 
most of the times, we only composite a small part of the image, so a lot of 
data gets wasted because we usually store data for the entire layer there.

And because we update it anyway each time a KisImage does renderToPainter it 
isn't very useful either. About the only time when we actually store the 
entire image in it is either when the image is small enough to be displayed 
at once, or when we zoom out. And when we zoom out, we don't actually need 
the entire image either since we can only display some pixels of it...

Bart


More information about the kimageshop mailing list