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…...len(png_bytes)) png_bytes = trim_transparent_padding( png_bytes, padding=10...out_png.read_bytes() def trim_transparent_padding(png_bytes: bytes...