Quote Originally Posted by ChristianEhrlicher View Post
Read the docs: http://doc.trolltech.com/4.2/qimage
Qt Code:
  1. QImage img = QImage("/home/invent1/Desktop/8bit.bmp");
To copy to clipboard, switch view to plain text mode 
hi thanks...
I am using qt_embedded-free-3.3.5..

Reading and writing of image files support in qt.4.2 right??

how to do the same using qt-3.3..

Thanks in advance

srini