CopyImageMetadata
Copies metadata entries from the second image to the first image based on name. If those entries already exist in the incoming image metadata, their values will be overwritten.
user
Container for user-defined plugs. Nodes should never make their own plugs here, so users are free to do as they wish.
out
The output image generated by this node.
enabled
Turns the node on and off.
in
The input image
copyFrom
The image to copy the metadata entries from.
names
The names of metadata entries to be copied. This is a space separated list of entry names, which accepts Gaffer’s standard string wildcards.
invertNames
When on, matching names are ignored, and non-matching names are copied instead.