Intensity
The Intensity module provides a way to brighten an image by
adding a specified amount to each RGB pixel value. Note that you can specify a
negative number to reduce the brightness of each pixel too. A pixels value
ranges from 0 to 255. Adding 255 to each pixel turns the image white. Adding
-255 will turn each pixel black.
R=R+value
G=G+value
B=B+value
Interface
Instructions
1. Use the count value to select how much to add to the current image. You can either type in a
number or use the scroll bar.
Example
| Source Image | Intensity value of 87 |
 |  |
See Also
Normalize
Equalize
|