API Reference
Command
Get-ImageExif
Gets EXIF metadata from an image.
Remarks
Gets EXIF metadata from an image.
Examples
Return raw EXIF values
Get-ImageExif -FilePath img.jpg
Return translated EXIF as properties
Get-ImageExif -FilePath img.jpg -Translate
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-ImageExif -FilePath <String> [-Translate] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- FilePath String
- Path to the image file.
- Translate SwitchParameter
- Return dictionary with tag names and values.