API Reference
Command
Get-ImageHeifXmp
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
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 SetsParameters
- FilePath String
- Path to the HEIF or HEIC file.
Outputs
System.String