Skip to content

A function that uses ExifTool to output exif-data as PSObjects.

Notifications You must be signed in to change notification settings

valeum/PsExifTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

PowershellExifTool

A function that uses ExifTool to output meta-data as PSObjects.

Examples

The function Install-ExifTool downloads and installs the ExifTool binary to the specified or default directory. If the ExifTool binary is already installed in the specified directory, the function returns without doing anything.

Install-ExifTool

The function Get-Exif extracts metadata from an image or video file using the ExifTool command-line application and returns it as a PowerShell object. It requires the file path as input and can also accept an optional path to the ExifTool binary.

Get-Exif -File 'C:\tmp\'

About

A function that uses ExifTool to output exif-data as PSObjects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages