4 Aug
2010
4 Aug
'10
1:55 a.m.
Resent from the proper address: On Tue, Aug 3, 2010 at 6:00 PM, Martin Robinson <martin.james.robinson@gmail.com> wrote:
I notice that Qt added imageForRendering() and felt they could not use image() for some reason. I'd be curious if a Qt expert could weigh in on that, since maybe with a redesign a separate call would not be needed.
I'm not a Qt expert, but just based on a quick look, it seems that imageForRendering avoids the full QPixmap copy. Christophe, when you open a bug for this issue, please CC me, as I have a small patch in my tree which has the same imageForRendering pecialization, but for Cairo. Martin