Initializing... drag & drop files here
Supports: PPT
This walks through turning a legacy PowerPoint deck (.ppt, the binary format PowerPoint used through the 97–2003 releases) into one JPG per slide — which preset to pick, what the exported images will measure, and how to fix the four things that usually go wrong. By the end you should get slide images that look identical to the deck on screen and are small enough to email, post, or drop into a webpage.
.ppt onto the page or click Add Files. The deck uploads over an encrypted connection and is converted on our servers; several decks can be queued and run in one pass..jpg; anything longer lists each slide on its own row with a Download All (Zip) button. No sign-up, no watermark.The preset is not a vague "better/worse" slider — it maps directly onto the JPEG quality value the encoder is handed, and the encoder always runs with optimised Huffman coding.
| Quality Preset | JPEG quality | What it looks like on slide content |
|---|---|---|
| Highest | 100 | No visible artefacts anywhere; noticeably the largest files |
| Very High (preselected) | 95 | Text and chart lines stay clean; the sensible default for decks |
| High | 90 | Fine for photos, very slight softening on 8–10 pt text |
| Medium | 80 | Visible haloing around dark text on light backgrounds |
| Low / Very Low / Lowest | 70 / 60 / 50 | Blocking in flat brand-colour fills; only for thumbnails |
Rules of thumb for picking:
| If your slides are… | Do this | Why |
|---|---|---|
| Mostly text, tables, code or vector diagrams | Stay at Very High, or switch to PPT to PNG | Hard edges are exactly where lossy compression shows first |
| Mostly photographs or full-bleed imagery | High or Medium | Roughly halves the bytes with nothing visible at normal viewing size |
| Under a hard byte ceiling | Specific file size with Auto Scale ticked | Lets the search cut pixel dimensions as well as quality |
| Destined to be thumbnails | Preset Resolutions first, preset left at Very High | Scaling down beats compressing harder — fewer pixels, same clean edges |
| Going into a printed handout | Highest, Keep original | 300 DPI at full slide size is already print resolution |
Rasterising is one-way. If you need the slide text to remain selectable, searchable, or screen-reader accessible, a JPG will never get you there — export to PPT to PDF instead. Password-protected decks cannot be opened for layout at all, so remove the protection in PowerPoint first. And if the deck's value is in its motion — build animations, timed transitions, embedded video — a set of still frames throws that away; PPT to GIF at least produces a single looping file, though it still shows one composited state per slide.
Yes, one image per slide, in slide order. Once there is more than one slide the job becomes a one-to-many conversion: each JPG appears on its own row with its own download link, and a Download All (Zip) button packages the set. Speaker-notes pages are not exported, so a three-slide deck gives you exactly three images.
Slide dimensions in inches multiplied by 300. Microsoft's widescreen default of 13.333 × 7.5 in comes out at 4000 × 2250 px; the classic 4:3 size of 10 × 7.5 in comes out at 3000 × 2250; the 10 × 5.625 in on-screen-show size gives 3000 × 1688. Presentations always render at 300 DPI on this route, so use Image resolution if you want anything smaller.
.jpg or .jpeg in the File extension block?It changes only the filename. Nothing is preselected there, and both write the same JPEG bytes through the same encoder — .jpg survives from the DOS-era three-character limit while .jpeg matches the format's own name. Pick whichever your downstream tool expects; if you want the whole page pre-set to the other spelling, use PPT to JPEG.
No. Every slide is flattened to pixels, so words become image data — you cannot select, copy, search, or reflow them, and a screen reader sees nothing. Keep a PDF export alongside the images if any of that matters.
No. The layout step writes one page per slide with the animation build already composited into a single state, transitions dropped, and embedded audio or video gone. Speaker notes live outside the slide canvas and are not part of the exported pages.
JPEG compresses in 8 × 8 pixel blocks, and large areas of one flat colour are exactly where block boundaries become visible as faint squares or banding. Slides are full of flat fills, which is why they show JPEG artefacts sooner than photographs do. Very High avoids it; PNG avoids it entirely.
.pptx file here?This page takes the legacy .ppt binary format. For the XML-based format PowerPoint has defaulted to since the 2007 release, use PPTX to JPG. The render path and output are identical — only the file parser differs.
It is uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours along with the images it produced. No sign-up, no watermark, and nothing is shared or made public.