attachment
attachment
attachment
attachment
attachment
attachment

Convert it in a ppt format no colour changes just copy paste as it is a ppt format

analyse_media
analyse_media
analyse_media
Reading File
Browsing Directory

~/

Searching the Web

PowerPoint image-only slides preserve original screenshot fidelity

Reading File
Browsing Directory

~/attachments/dab8b216-4044-482e-bbac-219f6d5cd037

Running Command

mkdir -p "/tmp/workspace/unit-3-audit-ppt/output" && python -c "from pptx import Presentation; from pptx.util import Inches; from PIL import Image; from pathlib import Path; base=Path('/tmp/workspace/attachments/dab8b216-4044-482e-bbac-219f6d5cd037'); imgs=[base/'1000547997.jpg',base/'1000547999.jpg',base/'1000548001.jpg']; prs=Presentation(); prs.slide_width=Inches(13.333333); prs.slide_height=Inches(7.5); blank=prs.slide_layouts[6]; [(lambda s,p: s.shapes.add_picture(str(p),0,0,width=prs.slide_width,height=prs.slide_height))(prs.slides.add_slide(blank),img) for img in imgs]; prs.save('/tmp/workspace/unit-3-audit-ppt/output/Unit_3_Audit.pptx'); print('saved',len(prs.slides))"

Running Command

python -c "from pptx import Presentation; from pathlib import Path; p=Path('/tmp/workspace/unit-3-audit-ppt/output/Unit_3_Audit.pptx'); prs=Presentation(str(p)); print('exists=',p.exists(),'bytes=',p.stat().st_size,'slides=',len(prs.slides)); [print(i+1, len(s.shapes), s.shapes[0].shape_type, s.shapes[0].left, s.shapes[0].top, s.shapes[0].width, s.shapes[0].height) for i,s in enumerate(prs.slides)]"

Unit 3 Audit

Presentation · PPTX

It contains 3 slides with your images copied exactly as provided, with no colour changes.
This is a shared conversation. Sign in to Orris to start your own chat.