Hi, I would like to know how can I convert an array of unsigned chars which represents a grayscale image in raw format into a QImage object, since I have been trying with Qt's QImage::loadFromData() unsuccessfully. Also, if there is any source of information on Qt's native image processing API, please let me know because Trolltech's official C++ Qt GUI Programming with Qt has become not enough for me.