Datasets:
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) | |
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) | |