A blog about random things and sometimes about my work translating and developing KDE and anything
Sunday, September 09, 2012
Trobadour knowledge about QImage
If you are using QImage::Format_RGB32 and the QImage constructor that takes uchar * data make sure your format is 0xffRRGGBB (i.e. the missing alpha channel is exactly 0xff) otherwise some operations won't work.
No comments:
Post a Comment