Short Name:
|
Derived From:
|
Fields: |
When first
is non-null
:
Replaces a pixel channel of the first image with the grayscale intensities of the second image.
When first
is null
:
Returns an image that has a single pixel channel (see channel parameter), initialized to the grayscale intensities of second image. All other pixel channels are initialized to their respective default values (see Channel).
Void pixels in the second image are ignored (i.e. the original pixel remains unchanged). Void pixels in the first image will also be void in the resulting image.
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
required
|
second
|
Image
|
# != null |
|
The pixel channel. |
||||
required
|
channel
|
Channel
|
||
The pixel channel. |
||||
optional
|
first
|
Image
|
null |
|
The pixel channel. |
||||
external
|
info
|
Image.Info
|
||
Contains information about the image data source, including image format and embedded georeferencing information. |