1997
Peter Kirchgessner (peter@kirchgessner.net)
Create an image using multiple gray images as color channels
This function creates a new image from multiple gray images
unknown
Type | Name | Description |
---|---|---|
PF_INT | run-mode | The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) } |
PF_IMAGE | image1 | First input image |
PF_DRAWABLE | drawable | Input drawable (not used) |
PF_IMAGE | image2 | Second input image |
PF_IMAGE | image3 | Third input image |
PF_IMAGE | image4 | Fourth input image |
PF_VALUE | compose-type | What to compose: "RGB", "RGBA", "HSV", "HSL", "CMY", "CMYK", "LAB", "YCbCr_ITU_R470", "YCbCr_ITU_R709", "YCbCr_ITU_R470_256", "YCbCr_ITU_R709_256" |
Type | Name | Description |
---|---|---|
PF_IMAGE | new-image | Output image |