In preview, iMage is not visible but when we download the pptx file we can see the iMage .
if slide.logo_base64:
try:
svg_iMage, MiMe_type = decode_data_uri(slide.lo…...decode_data_uri(data_uri: str): m = re.search(r'data:(image/[a-zA-Z0-9\+\-\...not m: raise ValueError("Invalid data URI") mime, b64 = m.group(1)...