Tagged Questions

3
votes
2answers
2k views

Brightness/exposure function with vb .net

I'm making a simple image editor in vb .net, and one of the functions is brightness/ exposure. this is how I'm doing it: For i = 0 To img.Width - 1 For j = 0 To img.Height - 1 ...