Table of Contents

Name

add - add two images together

Synopsis

add inimage1 inimage2 outimage

Description

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