1998
Peter Kirchgessner (peter@kirchgessner.net)
Compose an image from multiple drawables of gray images
This function creates a new image from multiple drawables of 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 (not used) |
PF_DRAWABLE | drawable1 | First input drawable |
PF_DRAWABLE | drawable2 | Second input drawable |
PF_DRAWABLE | drawable3 | Third input drawable |
PF_DRAWABLE | drawable4 | Fourth input drawable |
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 |