By RAW images you are refering to uncompressed image data, that you have in memory? Try constructing a QImage with this constructor: QImage::QImage ( uchar * data, int width, int height, int bytesPerLine, Format format ); Than you can show it with a QLabel. HIH Johannes
Forum Rules
Bookmarks