Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Bits of a Bitmap

Bits of a Bitmap

Scheduled Pinned Locked Moved C / C++ / MFC
graphicshelpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    torNAdE
    wrote on last edited by
    #1

    Hi, could some one help me here!! i want to acces to the bits of my Bitmap Picture but i dont know how? i made those: CBitmap m_bmpBitmap; HBITMAP hBitmap // handler. So!! Thank you Verry Much:wtf:

    C H 2 Replies Last reply
    0
    • T torNAdE

      Hi, could some one help me here!! i want to acces to the bits of my Bitmap Picture but i dont know how? i made those: CBitmap m_bmpBitmap; HBITMAP hBitmap // handler. So!! Thank you Verry Much:wtf:

      C Offline
      C Offline
      Chris Losinger
      wrote on last edited by
      #2

      GetDIBits will give you a DIB. then use a bit of pointer arithmetic (and a whole lot of accounting for different bit depths) to get at the actual pixels. Cleek | Image Toolkits | Thumbnail maker

      1 Reply Last reply
      0
      • T torNAdE

        Hi, could some one help me here!! i want to acces to the bits of my Bitmap Picture but i dont know how? i made those: CBitmap m_bmpBitmap; HBITMAP hBitmap // handler. So!! Thank you Verry Much:wtf:

        H Offline
        H Offline
        Hamid Taebi
        wrote on last edited by
        #3

        maybe it is some helpful to you http://www.codeproject.com/bitmap/jscdibdata.asp[^]

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups