Results 1 to 3 of 3

Thread: getting the bytes of an image

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2004
    Posts
    5

    getting the bytes of an image

    i need to do some intense manipulation of an image/bitmap object, and i would like to outsource the heavy work to a c++ dll. the problem is, i'm having trouble finding a memory address to pass the dll as to where the data is really located (i assume it's in a bitmap format *fingers crossed*).

    i've searched all over the web for hours to no avail... perhaps, you, the kind patrons of this forum know of a solution?

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Haven't done it myself, but the graphic object IntPtr is probably what you want to pass along to the C++ functions...

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2004
    Posts
    5
    thank you for your response.

    a friend referred me to:
    http://www.bobpowell.net/lockingbits.htm

    and that site has provided what i needed to perform the task. thank you again for your contribution.

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