I'm working on a project that needs a rasterized image in a very odd format.

Project Required Format - RRGGBB00
QImage::Format_RGB888 - 00RRGGBB

So the RGB888 format is "almost" what I need. Does anyone know if QT has a way to convert to the format this project is looking for from a standard fromat?