Results 1 to 2 of 2

Thread: Loading a QPixmap from raw data

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,372
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Loading a QPixmap from raw data

    You will always have to convert between image and pixmap, because image data is stored locally and pixmap data is stored on the X server.

    By the way... as far as I know the conversion on Windows is almost transparent so you shouldn't have an overhead here.
    Last edited by wysota; 27th January 2008 at 10:21.

  2. The following user says thank you to wysota for this useful post:

    pherthyl (30th January 2008)

Similar Threads

  1. Replies: 4
    Last Post: 19th October 2007, 19:47
  2. Loading jpeg (QPixmap with Qt Jambi)
    By Mr_Blonde in forum Qt Programming
    Replies: 4
    Last Post: 14th September 2006, 18:06
  3. Loading a custom image into a QPixmap
    By KShots in forum Qt Programming
    Replies: 12
    Last Post: 5th August 2006, 00:16
  4. speed of setdata - lots of items in treeview
    By Big Duck in forum Qt Programming
    Replies: 4
    Last Post: 6th July 2006, 12:53
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

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.