Fix for large files and exiftool, #722 (#723)

This commit is contained in:
Rhet Turnbull
2022-07-01 08:03:21 -07:00
committed by GitHub
parent c20a3994c0
commit 292fdf3c74
3 changed files with 76 additions and 18 deletions

View File

@@ -2050,10 +2050,11 @@ True
['Keyword1', 'Keyword2', 'Keyword3']
```
`ExifTool(filepath, exiftool=None)`
`ExifTool(filepath, exiftool=None, large_file_support=True)`
* `filepath`: str, path to photo
* `exiftool`: str, optional path to `exiftool`; if not provided, will look for `exiftool` in the system path
* `large_file_support`: bool, if True, enables large file support in exiftool (`-api largefilesupport=1`)
#### ExifTool methods