Why create the render pixmap
Boudewijn Rempt
boud at valdyas.org
Mon Mar 1 22:08:20 CET 2004
Twice as big as needed?
There's:
KisStrategyColorSpaceRGB::KisStrategyColorSpaceRGB() : m_pixmap(RENDER_WIDTH * 2, RENDER_HEIGHT *2),
But Krita seems to work just as well with
KisStrategyColorSpaceRGB::KisStrategyColorSpaceRGB() : m_pixmap(RENDER_WIDTH, RENDER_HEIGHT)
And, in fact, I cannot discover where it would be needed. I'm sure
there is, or was, a reason, though...
--
Boudewijn Rempt | http://www.valdyas.org/fading/index.cgi
More information about the kimageshop
mailing list