Tagged Questions

0
votes
4answers
146 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 ...