Question: Separating the RGB channel buffers of an image

j_t

Member
Joined
Jan 8, 2007
Messages
6
Programming Experience
10+
I have a problem where I need to send an image filtering API the Red, Green, and Blue channel buffers(not the color values) of the image displayed. They will return me the RGB buffer to display in the picture box control.

How do I separate the red, green, and blue channels of the image object into three buffers?:confused: And also I how do I out them back into an image object?
 
Last edited:
Back
Top