Table of Contents
add - add two images together
add inimage1 inimage2 outimage
add takes inimage1 and inimage2’s intensities and adds them together
and stores the result in outimage. If the sum is greater than 255 the result
is set to 255.
Table of Contents