Comment 27 for bug 758782

Revision history for this message
pauljwells (pauljwells) wrote :

@Olivier: I built your code and I can confirm it works properly on my ppc G5.

Interesting to see how you directly manipulate the pixels using pointers; I have a lot to learn!

This line:

QRgb* end = p + image.width();

struck me as particularly clever...