Short Name:
|
Derived From:
|
Fields: |
Uses the greyscale pixels of the given images as the red, green, blue and alpha channels of a combined image.
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
optional
|
image
|
Image
|
null |
|
The image from which to read the unspecified pixel channels. |
||||
optional
|
intensity
|
Image
|
null |
|
The image to use as the grayscale intensity channel. |
||||
optional
|
red
|
Image
|
null |
|
The image to use as the red channel. |
||||
optional
|
green
|
Image
|
null |
|
The image to use as the green channel. |
||||
optional
|
blue
|
Image
|
null |
|
The image to use as the blue channel. |
||||
optional
|
alpha
|
Image
|
null |
|
The image to use as the alpha channel. |
||||
optional
|
void
|
Image
|
null |
|
The image to use as the void-mask channel. |
||||
external
|
info
|
Image.Info
|
||
Contains information about the image data source, including image format and embedded georeferencing information. |