Tagged Questions

0
votes
1answer
315 views

Strange behaviour when appying a ColorMatrix to an image in .Net, WinForms

The method below, takes a colour matrix and applies it to the supplied image. There are a couple of things to note: (1) It is not a function (2) The same image is used to create the graphics object, ...
0
votes
2answers
230 views

How can we use the colormatrix only a part of image rather than whole image?

I know the use of colormatrix. but this work on the whole image. is there any way to work with colormatrix only a part of image rather than whole image. eg i want to give the brightness of only ...