MCPcopy Create free account
hub / github.com/WebODM/WebODM / extract_xmp

Method extract_xmp

app/tests/test_api_task.py:101–103  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

99 return subprocess.run(['exiftool', file],
100 capture_output=True, text=True, check=True).stdout.strip()
101 def extract_xmp(file):
102 return subprocess.run(['exiftool', '-xmp', '-b', file],
103 capture_output=True, text=True, check=True).stdout.strip()
104
105
106 img1_exif_dump = extract_exif('app/fixtures/tiny_drone_image.jpg')

Callers

nothing calls this directly

Calls 1

runMethod · 0.80

Tested by

no test coverage detected