Initializing... drag & drop files here
Supports: ODG
PNG is the right target for most LibreOffice Draw files. It is lossless, it carries a real 8-bit alpha channel, and it encodes flat fills and hard-edged strokes — the substance of almost every .odg — without the ringing a lossy codec leaves along an edge. The conversion is not an image decode: a .odg is a page-layout document, so LibreOffice opens it as a Draw document, exports it through Draw's own PDF filter, and the resulting page is rendered and written as PNG. That route is what keeps shape positions, text placement and the drawing's own page size faithful.
.odg onto the page or click "+ Add Files". Documents from LibreOffice Draw and Apache OpenOffice Draw are both accepted, and several can be queued at once.A .odg is a ZIP package of XML: content.xml holds the shapes, connectors and text frames, styles.xml holds how they look. Nothing in there is a picture, which is why the conversion needs a real OpenDocument reader rather than an image library.
| Stage | What runs | What it produces |
|---|---|---|
| 1. Read the drawing | LibreOffice opens it as a Draw document | The original page geometry, in memory |
| 2. Export | Draw's PDF export filter (draw_pdf_Export) |
A PDF whose page size matches the drawing's own |
| 3. Render | The page rasterized at 300 DPI | A print-grade pixel grid — an A4 page lands near 2480 x 3508 |
| 4. Encode | PNG writer, at your Quality Preset | One PNG per drawing page, numbered in page order |
| Text | Rendered, not carried | Pixels — searchable text needs the PDF or SVG route |
| Transparency | Preserved where the page has no fill | PNG stores alpha, so no background colour is substituted |
Two controls further down the panel matter only when size does. Colors can reduce the palette with dithering instead of keeping the drawing's full colour set, and Compression level trades encoding time for a smaller file without touching a single pixel — it is a lossless DEFLATE setting, not a quality one.
| Property | Value |
|---|---|
| Specification | W3C PNG, also published as ISO/IEC 15948 |
| Compression | Lossless DEFLATE over filtered scanlines |
| Colour | Up to 16 bits per channel; greyscale, palette or truecolour |
| Transparency | Full 8-bit alpha channel, or one transparent palette index |
| Animation | None — that is APNG, a separate extension |
| Pages per file | One image, always |
| Browser support | Universal, including alpha compositing |
| Best suited to | Line art, screenshots, logos and diagrams — flat colour with hard edges |
PNG is written with its alpha channel intact — the renderer only substitutes a solid colour when the target format cannot store transparency, and PNG can. What actually lands in those pixels depends on the drawing: an area with no page fill and nothing drawn on it stays transparent, while a page you gave a background colour in Draw arrives with that colour baked in. If you need a guaranteed opaque result, add an explicit background rectangle in Draw so the colour is your decision.
The page is rendered at 300 DPI, so its physical size sets the pixel count: an A4 Draw page comes back at roughly 2480 x 3508 and a US Letter page at about 2550 x 3300. That is deliberately generous — it is a print-grade render. When you need something specific, set it under Image resolution rather than resizing afterwards, because scaling down from the full render is sharper than enlarging a small one.
Not quite, and the distinction is worth knowing. At "Very High" and below, the PNG is palette-quantized: colours are reduced and alpha is kept, which is usually invisible on a flowchart and makes the file substantially smaller. Only the Highest preset skips quantization entirely and writes a true-colour PNG. For a diagram headed to a web page the default is the better trade; for an archival master, pick Highest.
Every page becomes its own PNG, numbered in page order, and a multi-page drawing therefore returns several files — downloadable individually or as a single ZIP. PNG holds exactly one image per file, so there is no version of this where four pages fit in one PNG. If you want the pages kept together in one document, ODG to PDF is the target that does that.
Three levers, in order of effect. Lower the Image resolution: a 300 DPI A4 render is far more pixels than a web page needs, and halving the dimensions quarters the pixel count. Then drop the Quality Preset a step, which tightens the palette quantizer. Compression level is the last one — it only changes how hard the encoder works, never what the image looks like. There is also a Specific file size mode if you have a hard byte budget to hit.
PDF when the recipient will print it, zoom into it, or needs every page in one file, because PDF keeps the geometry as vectors and the text as text. PNG when the destination expects an image — a web page, a chat message, a slide, an upload form that accepts pictures but not documents. The two are not competing here so much as answering different questions.
No. Rasterizing turns shapes, connectors and text into a fixed grid of pixels: no object list, no live text, no enlarging without softening. That is the nature of any raster target, not a limitation of this one. Keep the .odg as your editable master and treat the PNG as an output — or use ODG to SVG, which keeps the paths intact and reopens in a vector editor.
Your drawing travels over an encrypted connection, is processed on our servers, and is deleted automatically a few hours later along with every image it produced. Nothing is shared, published or reused, no account is required, and no watermark is applied. The ODG converter hub lists the other targets for this source, and PNG converter covers what to do once you have the image in hand.