parent
75f7c969de
commit
294feef80b
|
@ -334,7 +334,7 @@ class Exif
|
||||||
$data['SourceFile'] = $path;
|
$data['SourceFile'] = $path;
|
||||||
$raw = json_encode([$data], JSON_UNESCAPED_UNICODE);
|
$raw = json_encode([$data], JSON_UNESCAPED_UNICODE);
|
||||||
$cmd = array_merge(self::getExiftool(), [
|
$cmd = array_merge(self::getExiftool(), [
|
||||||
'-overwrite_original', '-n',
|
'-overwrite_original_in_place', '-n',
|
||||||
'-api', 'LargeFileSupport=1',
|
'-api', 'LargeFileSupport=1',
|
||||||
'-json=-', $path,
|
'-json=-', $path,
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue