From 9f23ca542415c19ec79572ceb57a52c64a6cd527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Ple=C5=A1a?= Date: Thu, 15 May 2025 13:55:39 +0200 Subject: [PATCH] Use -fast parameter when running exiftool --- mapillary_tools/exiftool_runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mapillary_tools/exiftool_runner.py b/mapillary_tools/exiftool_runner.py index ae124828d..7327b6a63 100644 --- a/mapillary_tools/exiftool_runner.py +++ b/mapillary_tools/exiftool_runner.py @@ -38,6 +38,7 @@ def _search_preferred_exiftool_path(self) -> str: def _build_args_read_stdin(self) -> list[str]: args: list[str] = [ self.exiftool_path, + "-fast", "-q", "-n", # Disable print conversion "-X", # XML output