Tagged Questions
2
votes
1answer
311 views
How to Use Calculated Color Values with ColorMatrix?
I am changing color values of each pixel in an image based on a calculation. The problem is that this takes over 5 seconds on my machine with a 1000x1333 image and I'm looking for a way to optimize it ...
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 ...