API Reference
Command
Get-ImageHeifInfo
Gets HEIF container metadata without decoding image pixels.
Remarks
Returns brands, primary item information, item types, EXIF presence, and image dimensions when declared by HEIF item properties.
Examples
Inspect a HEIC file
Get-ImageHeifInfo -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-ImageHeifInfo -FilePath <String> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- FilePath String
- Path to the HEIF or HEIC file.
Outputs
ImagePlayground.HeifImageInfo