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

Get-ImageHeifXmp

Namespace ImagePlayground
Inputs
System.String
Outputs
System.String

Gets the XMP metadata packet from a HEIF or HEIC file.

Remarks

Returns the UTF-8 XMP packet when the container declares an XMP MIME metadata item.

Examples

Authored help example

Read a HEIC XMP packet


Get-ImageHeifXmp -FilePath photo.heic
        

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

Get-ImageHeifXmp -FilePath <String> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

FilePath String requiredposition: 0pipeline: True (ByValue)
Path to the HEIF or HEIC file.

Outputs

System.String