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

Export-ImageMetadata

Namespace ImagePlayground
Inputs
System.String
Outputs
System.String

Exports metadata from an image.

Remarks

Exports metadata from an image.

Examples

Authored help example

Get metadata JSON string


Export-ImageMetadata -FilePath in.jpg
        

Save metadata to a file


Export-ImageMetadata -FilePath in.jpg -OutputPath meta.json
        

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

Export-ImageMetadata -FilePath <String> [-OutputPath <String>] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

FilePath String requiredposition: 0pipeline: True (ByValue)
Source image file.
OutputPath String optionalposition: 1pipeline: False
Optional path to write metadata JSON.

Outputs

System.String