API Reference
Command
Remove-ImageHeifXmp
Removes the XMP metadata packet from a HEIF or HEIC file.
Remarks
Requires an existing HEIF XMP item with a single writable file extent.
Examples
Clear the HEIC XMP packet
Remove-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
Remove-ImageHeifXmp -FilePath <String> [-FilePathOutput <String>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- FilePath String
- Path to the HEIF or HEIC file.
- FilePathOutput String
- When not specified the source file is overwritten.