|
-
Jun 30th, 2001, 11:04 AM
#1
Thread Starter
Junior Member
Creating the mask of an image
I've made a function that creates the mask of an image using the API functions :
Declare Function GetPixel Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long) As Long
and
Declare Function SetPixelV Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long, ByVal crColor As Long) As Long
What I want to know is if the API already have one that makes that.
-
Jun 30th, 2001, 12:38 PM
#2
Good Ol' Platypus
Someone had a program that would do this, I don't know who they are at the moment though.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
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
|