Convert ODP to PNG
Getting a picture of a slide usually means opening the deck in something. This route needs nothing installed: an OpenDocument presentation goes in and a PNG of its first slide comes out, losslessly, at the slide's own dimensions. It is the straightforward way to produce a thumbnail or a preview from an Impress file.
Use this without the search next time. Prathom Workbench puts Prathom's tools in your toolbar.
Add to Chrome — freeDrop your ODP file here, or click to browse
Up to 50 MB. Deleted automatically after 30 minutes.
What it does
- The first slide is rendered as a lossless PNG
- No presentation software needed at either end
- For every slide, convert to PDF instead
How to use ODP to PNG
- 1
Upload the .odp
An Impress presentation. Put the slide you want first if it is not already.
- 2
The slide is rendered
Shapes, text and images are drawn at the slide's own dimensions and stored without lossy compression.
- 3
Use it as a picture
The text is pixels now. It cannot be edited, selected or searched, which is fine for a thumbnail and wrong for a document.
How it works
The ODP is unzipped, its first slide is read from the content XML, and the slide is rendered into a pixel grid at its own dimensions: shapes drawn, text laid out, images composited. The grid is written as a PNG with lossless compression.
Nothing is cropped or scaled, so a 16:9 slide produces a 16:9 image.
The appeal of not needing software
Everything happens server side. That means a slide image can be produced from a machine with no presentation application at all — a build server generating preview thumbnails, a locked-down laptop, or simply a machine that was sent a format it cannot open.
The one-image rule
A PNG holds one picture. A deck is a sequence. The first slide is exported and the rest are not, with no warning, because there is nothing anomalous about the file produced.
For the whole deck, PDF is the right target: it paginates and, importantly, keeps the text as text.
Why lossless suits slides
Flat fills, solid shapes and lettering are the content lossy compression handles worst. Its characteristic ringing lands on exactly the hard edges a slide is made of. PNG stores the render pixel for pixel and, because slide content has large areas of repeated color, usually compresses well anyway.
What an image gives up
Selection, search, copying, indexing and screen-reader access, all at once. That is acceptable for a thumbnail and unacceptable for anything a reader has to work through.
Why PNG suits slides so well
A slide is mostly flat color: a background, a few blocks, text in one or two weights. PNG compresses that kind of image losslessly and extremely efficiently, because there is very little variation to record.
So a slide exported as PNG is usually both sharper and smaller than the same slide as a JPEG — the opposite of the intuition people bring from photographs, and it follows directly from what the two formats were built for.
The exception is a slide that is one large photograph edge to edge. There PNG has nothing to exploit and JPEG's approach wins on size, which is the only situation where it is worth accepting the text fringing.
Examples
A preview image for a download page
The cover slide becomes a preview that shows people what they are about to download. PNG keeps the title crisp, which matters at thumbnail size where lossy artifacts read as blur.
An attempt to export a whole deck
Fifty-nine slides are not in the file and nothing says so. Convert to PDF for the whole deck, which paginates and keeps the text selectable.
Frequently asked questions
Do I need LibreOffice installed?
No, and that is the practical appeal. The rendering happens on the server, so you can produce a slide image from an ODP on a machine with no presentation software at all. That is useful on a build server, on a locked-down work laptop, or simply when you were sent a deck in a format nothing on your machine opens.
Why only the first slide?
Because a PNG file holds exactly one image. There is no way to store a sequence in one, so a converter must choose, and the first slide is what people mean by a picture of a deck. For all of the slides, PDF is designed for a sequence of pages and keeps the text real rather than turning it into pixels.
PNG or JPG?
PNG for almost any slide. Slides are flat color, hard edges and text, which lossless compression handles perfectly and lossy compression visibly damages, leaving haloes around lettering. JPG is worth choosing only when the slide is largely a photograph, where its compression works as designed and the file is meaningfully smaller.