Tagged Questions
3
votes
1answer
1k views
WPF image manipulation
I have some idea of changing brightness in contrast, but i was wondering had a simple solution for changing brightness and contrast
0
votes
4answers
143 views
Simple brightness but slow
I have a picture, and I get every pixels and multiply the RGB for a number. I also need to take care when R * number > 255. When this happen, r = 255.
It's taking about 10s+ to complete a 1024x768 ...