|
-
May 16th, 2004, 02:07 AM
#1
Thread Starter
New Member
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?
-
May 16th, 2004, 06:29 AM
#2
I wonder how many charact
Haven't done it myself, but the graphic object IntPtr is probably what you want to pass along to the C++ functions...
-
May 16th, 2004, 10:56 AM
#3
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|