CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2004
    Posts
    8

    how to get pixel values from IPictureDisp interface?

    I'm working on a DLL which input and output are an IPictureDisp interface. I need do some algorithm on it. The question is: how can I get the pixel values from this interface?


    thanks

  2. #2
    Join Date
    Oct 2003
    Location
    India
    Posts
    195

    Re: how to get pixel values from IPictureDisp interface?

    To work on each pixel of the Image, the Image must be in DIB. If the Image not in DIB, better to conver tp DIB. It is better to search for DIB in this site. Here you will find lot of examples. Try with those; All the best.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured