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-ImageHeifInfo

Namespace ImagePlayground
Inputs
System.String
Outputs
ImagePlayground.HeifImageInfo

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

Authored help example

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 Sets

Parameters

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

Outputs

ImagePlayground.HeifImageInfo