Results 1 to 5 of 5

Thread: how to convert a bitmap to bit array?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,321
    Thanks
    316
    Thanked 871 Times in 858 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: how to convert a bitmap to bit array?

    Well, then it seems like a nested pair of loops based on QImage::height(), QImage::width(), and QImage::pixel() would do it, don't you think?

  2. #2
    Join Date
    Aug 2011
    Posts
    19
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: how to convert a bitmap to bit array?

    Thank you.

Similar Threads

  1. Bitmap to byte array
    By Otherside in forum Newbie
    Replies: 6
    Last Post: 15th January 2012, 21:17
  2. convert 16 bit raw data to 24bit bitmap image
    By bibhukalyana in forum Qt Programming
    Replies: 1
    Last Post: 25th September 2011, 18:58
  3. Replies: 1
    Last Post: 4th August 2010, 17:13
  4. Replies: 6
    Last Post: 16th July 2010, 11:07
  5. Replies: 2
    Last Post: 16th April 2008, 10:31

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.