Is there an efficient way of adjusting the contrast of an image in C#?
I\'ve seen this article which advocates doing a per-pixel operation. Not quick.
I\'m u
I'm a bit late, but use a color matrix implementation as these will be optimised for such transformations and is much easier than manipulating the pixels yourself: http://www.geekpedia.com/tutorial202_Using-the-ColorMatrix-in-Csharp.html