Table of Contents

Name

iblend - blend two images using a mat

Synopsis

iblend inimage1 inimage2 outimage matimg.bw

Description

iblend blends between inimage1 and inimage2 to create outimage. Pixel values from the image matimg.bw are used to select how much of inimage1 and inimage2 to use for each pixel. The output image will be the minimun of the input image sizes.

See Also

blend(6D)


Table of Contents