Initializing... drag & drop files here
Supports: ODP
.odp presentations from LibreOffice Impress, Apache OpenOffice, Google Slides (exported as ODP), or PowerPoint (saved as OpenDocument). Batch upload is supported and a single ODP can contain dozens or hundreds of slides — each becomes one JPEG..jpeg or .jpg — same bytes, different suffix. Click Convert, then download individual JPEGs or a single ZIP. Processing runs in your browser session; no sign-up, no watermark.ODP (OpenDocument Presentation) is the OASIS-standardised, ZIP-packaged XML format defined in ISO/IEC 26300 and used natively by LibreOffice Impress and Apache OpenOffice Impress. Opening one needs presentation software; rendering its slides as JPEGs strips the dependency and turns each slide into a universal raster image readable on any browser, phone, document viewer, or e-reader. Common reasons to rasterise:
Need a different output format? See ODP to PNG for lossless slide exports with transparency, ODP to PDF to keep all slides in one document, or ODP to WebP for ~25–35% smaller files at similar visual quality.
| Property | ODP (source) | JPEG (output) |
|---|---|---|
| Type | Editable presentation (ZIP of XML + media) | Static raster image |
| Standard | OASIS / ISO/IEC 26300 | ISO/IEC 10918-1 (JPEG), ITU-T T.81 |
| MIME type | application/vnd.oasis.opendocument.presentation |
image/jpeg |
| Editable | Yes — text, shapes, transitions, speaker notes | No — pixels only |
| Transparency | Supported on slide backgrounds and shapes | Not supported (8-bit per channel, no alpha) |
| Animations / transitions | Stored as XML, replayed in Impress/PowerPoint | Flattened to a single frame per slide |
| Speaker notes | Stored in content.xml |
Lost (notes are not rendered into the slide image) |
| Fonts | Referenced or embedded in the package | Rasterised — no substitution risk |
| Typical size | 200 KB – 50 MB per deck | 50–800 KB per slide at 150–300 DPI |
| Native software | LibreOffice Impress, OpenOffice Impress, PowerPoint (with caveats) | Every OS, browser, image viewer |
Numbers below assume a 16:9 widescreen slide (13.333″ × 7.5″, the LibreOffice Impress default).
| DPI preset | Output pixels | Approx KB/slide (JPEG Q85) | Best for |
|---|---|---|---|
| 72 ("Web") | 960×540 | 40–90 KB | Thumbnails, dense web galleries, email signatures |
| 96 ("Standard Screen") | 1280×720 | 70–150 KB | HD slide carousels, LinkedIn document posts |
| 150 ("Balanced") | 2000×1125 | 150–350 KB | Default for blog embeds; sharp on retina at half size |
| 200 ("Office") | 2667×1500 | 250–500 KB | Office prints, projector handouts |
| 300 ("Print") | 4000×2250 | 400–800 KB | Print-ready handouts, conference proceedings |
| 400 ("OCR") | 5333×3000 | 600 KB – 1.2 MB | Tesseract / cloud OCR pipelines |
| 600 ("Archival") | 8000×4500 | 1.5–3 MB | Archival masters, large-format posters |
| 1200 ("Maximum Detail") | 16000×9000 | 5–12 MB | Forensic detail, billboard-grade print (rarely needed) |
PNG is lossless and is the better pick for text-heavy slides if file size isn't a constraint — JPEG's chroma subsampling can put faint ringing around thin black type on a white background. JPEG wins on file size for photo-heavy decks and slides with gradient backgrounds.
No. Speaker notes live in content.xml inside the ODP package but are not part of the visible slide area, so they aren't rendered into the JPEG. If you need notes alongside the slides, export to ODP to PDF instead and pick the "Notes" or "Handout" layout in your presentation software before saving as ODP.
All are flattened to a single static frame per slide. Animations and slide transitions don't apply (JPEG has no concept of timing). Embedded videos show their poster frame if one is set, otherwise a black rectangle. Embedded audio is dropped entirely.
Pick PNG for text-heavy slides, charts, screenshots, line art, and anything with transparency — it's lossless and won't introduce compression artefacts around sharp edges. Pick JPEG for photo-heavy slides, slides with gradient or photographic backgrounds, and anywhere you need the smallest possible file (JPEG is typically 3–10× smaller than PNG at visually equivalent quality on photographic content).
For web embeds and email, 96–150 DPI is enough (2000×1125 max at 16:9). For print handouts, use 300 DPI. For OCR pipelines that need to read body-text on slides, 400 DPI gives Tesseract enough resolution to handle 10–12 pt fonts reliably. Above 600 DPI is rarely useful — JPEG quantisation tables and chroma subsampling cap effective detail well before 1200 DPI.
JPEG has no alpha channel — every pixel is opaque. The converter composites your slide onto a solid background colour set via Image Transparency; the default is White. If you need transparency preserved, export to PNG or WebP instead. If your slide design uses a coloured master, choose the matching background colour so the rasterised edges don't look out of place.
Under Frame Selection pick Specific Frame and enter the slide index (starting at 1). The converter exports just that slide as a single JPEG. Use Multiple Screenshots when you want every slide in the deck as a separate sequentially-numbered JPEG.
.jpeg different from .jpg?No — they are byte-for-byte the same file format. The three-letter .jpg extension exists because older Windows versions (3.1, 95, MS-DOS) restricted extensions to three characters. macOS, Linux, and modern Windows accept both. Some legacy CMS uploaders or strict MIME validators only whitelist one or the other, which is why the File Extension option lets you pick.
Two common reasons. First, fonts: if the ODP references a font that isn't available to the rendering pipeline, a substitute is used and line breaks may shift. Second, transparency compositing: any shape with partial transparency over the slide background gets baked onto whatever background colour you picked, which can subtly change colour against the original on-screen rendering. To avoid font drift, embed fonts in Impress (Tools → Options → Load/Save → General) before exporting the ODP.
Yes, PowerPoint can save individual slides as JPEG via File → Export → Change File Type → JPEG. The catch: PowerPoint must first be able to open your ODP cleanly, and Microsoft warns that "some formatting might be lost" when opening OpenDocument files. Converting the ODP directly here avoids the PowerPoint round-trip and the format drift that comes with it.