|
-
Jan 4th, 2012, 05:56 AM
#1
Thread Starter
New Member
COde needed
Hello. need help
can some1 help me with the code for converting an image into a pencil sketch in vb.. please
-
Jan 4th, 2012, 06:58 AM
#2
Re: COde needed
Please provide more information. Do you mean something along the lines of applying a pencil sketch effect on an image?
Have you tried to find a solution on google?
-
Jan 4th, 2012, 07:19 AM
#3
Thread Starter
New Member
Re: COde needed
i want entire image or a photo to be converted into pencil sketch.. just like converting it into a grayscale or negative.
-
Jan 4th, 2012, 11:19 AM
#4
Re: COde needed
To do a simple desaturation, for each pixel, take R, G and B values, average them, and then assign the averaged value to all three.
R:20, G:90, B:40 = (20+90+40)/3 = 50 = R:50, G:50, B:50
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
|