Datasets:

Languages:
English
Libraries:
Datasets
License:
rstefanov's picture
Upload folder using huggingface_hub (#9)
e84ebc1 verified
raw
history blame
186 Bytes
from libxmp import XMPFiles, consts
from libxmp.utils import file_to_dict
xmpfile = XMPFiles(file_path = "DJI_0014.TIF", open_forupdate = True)
xmp = xmpfile.get_xmp()
print(xmp)