API Reference
Command
Import-ImageMetadata
Imports metadata into an image.
Remarks
Imports metadata into an image.
Examples
Apply metadata from file
Import-ImageMetadata -FilePath img.jpg -MetadataPath meta.json
Save to new file
Import-ImageMetadata -FilePath img.jpg -MetadataPath meta.json -OutputPath out.jpg
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Import-ImageMetadata -FilePath <String> -MetadataPath <String> [-OutputPath <String>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- FilePath String
- Image to update.
- MetadataPath String
- JSON metadata file.
- OutputPath String
- Destination image path. Defaults to FilePath.