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
1
vote
3answers
673 views

WPF change brightness

Well i have a application that is black and white and i need a function to lower the brightness how can i do this? all the white comes from a SolidColorBrush that is saved in a ...
0
votes
4answers
142 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 ...