i have an image processing application that is able to getpixel, anyone know how can i hide or show the RGB channel of my image? For example when i click a button call "RED" it will hide red channel and show only blue and green. i m using C# btw thanks alot
Try the AForge.NET library. Use the AForge.Imaging.Filters.ChannelFiltering
filter.