Operation
Selects how source metadata is applied.
Choose merge, replace or clear according to whether existing keys must survive.
Metadata merge and replacement
Copies metadata between images with merge, replace or clear behavior while leaving the image pixels conceptually separate from the metadata operation.
CopyMetadata is useful when an image-processing branch needs to preserve, replace or combine metadata carried by another source.
Overview
CopyMetadata is useful when an image-processing branch needs to preserve, replace or combine metadata carried by another source.
The pixels are the picture; metadata is the attached note card. CopyMetadata changes the note card without needing to rebuild the picture itself.
Flow anatomy
The port structure shows how this node fits into a Fusion graph.
Primary image whose metadata will be modified.
Image supplying metadata to copy or merge.
Primary image with metadata updated according to the selected operation.
Inspector
Start with these controls before reaching for more complicated workarounds.
Selects how source metadata is applied.
Choose merge, replace or clear according to whether existing keys must survive.
Merges metadata and lets incoming duplicate keys overwrite existing values.
Useful when the metadata source should take precedence.
Merges while keeping existing values for duplicate keys.
Use when the primary image's metadata should win conflicts.
Replaces the current metadata set with the source set.
Appropriate when a clean metadata handoff is required.
Removes metadata.
Useful for debugging or when downstream delivery requires a minimal metadata payload.
Practical setup
Decide which branch should own the image pixels and which should own the metadata.
Connect both sources.
Choose merge, replace or clear behavior.
Inspect important metadata keys after the operation.
Keep metadata handling near the stage where it is actually needed.
Examples
Copy original metadata onto a heavily processed image branch.
Clear metadata before a technical export test.
Troubleshooting
Production notes
Related nodes