import os
from PIL import Image
from xml.dom.minidom import parseString
def readXMPRtkFlag(filename):
with Image.o
2021-11-19