Operation: paste image

paste image operation

Author:

Uses the method copyBits of the class ImageProcessor from ImageJ.

Example

input image 1    input image 2    result image

Description

The operation pastes one image into another. Different paste-modes can be used.

Options

options
mode: The paste mode determines the way the source image is pasted into the destination image.

Parameter

inputImage (ImagePlus):   The image that will be pasted into the other image.
secondInputImage (ImagePlus): The image into which the first image will be pasted.

Results

ImagePlus: An image of the first input image pasted into the second one.