PDA

View Full Version : Image display



bmn
5th June 2008, 14:03
Hi all
I would like to display a file with extension .yuv or .rgb in a QLabel
How can I accomplish this.

marcel
5th June 2008, 14:52
Very nice, but what format are those files?
If they are in a format other than those supported by Qt then you should build a reader for that format.
Try if ImageMagik can display them... Maybe you can find out something about the format that way.