Extract Images
Pull every embedded image out of a presentation and download them all at once.
100% in your browser — files never leave your device
Recovering images from a presentation
A PowerPoint file is a ZIP archive containing XML slide definitions and a media folder of all embedded images, audio clips, and video thumbnails. When you or a colleague pastes an image into a slide, PowerPoint stores the original file at full resolution inside that archive — but there is no obvious way to get it back out without right-clicking every image individually.
This tool opens the PPTX with JSZip, reads every file from the media folder, and offers them all as a download. A single image downloads directly; multiple images come as a ZIP with the original filenames intact. The original PPTX is not modified.
Common use cases include recovering high-resolution photos from a deck you received without the original assets, pulling graphics out of a client presentation to reuse in another document, or archiving all visual assets from a campaign deck before it is deleted.
Frequently asked questions
Are my files uploaded when extracting images?
No. The extraction runs entirely in your browser. Your PPTX is opened in memory with JSZip, the media files are read out, and the download is offered locally — nothing is sent to a server.
Which image formats can be extracted?
The tool extracts all files from the ppt/media/ directory inside the PPTX. This includes PNG, JPEG, GIF, SVG, BMP, TIFF, EMF, and WMF assets depending on what was embedded in the presentation.
Why might extracted images look different from what I see on the slide?
The tool extracts the raw embedded media files as they were stored, without applying any crop, color correction, or artistic effect that PowerPoint renders on top. What you get is the original asset before any in-app transformation.
How are the images delivered?
If the presentation contains a single image, it downloads directly as that file. If there are multiple images, they are packaged into a ZIP archive named images.zip with the original filenames preserved.
Are chart images and diagram backgrounds extracted too?
Only files explicitly stored in the ppt/media/ folder are extracted. Charts rendered as vector XML and SmartArt drawn as shapes are not included — those are not stored as media assets inside the PPTX.