Project

ImagePlayground

Automate image processing, codes, metadata, charts, topology, and visual stories from PowerShell.

Stars 100
Forks 7
Total downloads 712,347
Release ImagePlayground-PowerShellModule.v3.2.7
Language: C# Updated: 2026-08-25

API Reference

Command

Import-ImageMetadata

Namespace ImagePlayground
Inputs
System.String

Imports metadata into an image.

Remarks

Imports metadata into an image.

Examples

Authored help example

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 Sets

Parameters

FilePath String requiredposition: 0pipeline: True (ByValue)
Image to update.
MetadataPath String requiredposition: 1pipeline: False
JSON metadata file.
OutputPath String optionalposition: 2pipeline: False
Destination image path. Defaults to FilePath.