Results 1 to 4 of 4

Thread: How to Read and display BMP image using QT

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2007
    Posts
    5
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: How to Read and display BMP image using QT

    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

  2. #2
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to Read and display BMP image using QT

    QImage should also be available on Qt3 (embed)
    -> read the docs: http://doc.trolltech.com/3.3/qimage.html

Similar Threads

  1. image alpha
    By murko81 in forum Qt Programming
    Replies: 13
    Last Post: 28th October 2006, 19:31
  2. How to display a QByteArray as an Image ?
    By probine in forum Newbie
    Replies: 7
    Last Post: 3rd April 2006, 13:45

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.