API Reference
Command
Remove-ImageExif
Removes EXIF metadata from an image.
Remarks
Removes EXIF metadata from an image.
Examples
Remove specific tag
Remove-ImageExif -FilePath img.jpg -ExifTag ExifIFD.DateTimeOriginal
Remove all tags
Remove-ImageExif -FilePath img.jpg -All
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-ImageExif -ExifTag <ExifTag[]> -FilePath <String> [-FilePathOutput <String>] [<CommonParameters>]#Parameter set:
TagParameters
- ExifTag ExifTag[]
- Tags to remove.
- FilePath String
- Path to the image file.
- FilePathOutput String
- Optional output path.
Remove-ImageExif -All -FilePath <String> [-FilePathOutput <String>] [<CommonParameters>]#Parameter set:
AllParameters
- All SwitchParameter
- Remove all tags.
- FilePath String
- Path to the image file.
- FilePathOutput String
- Optional output path.