Initializing... drag & drop files here
Supports: ODG
WebP is Google's web image format — one container holding either lossy VP8-derived data or a genuinely lossless mode, both with an alpha channel. For a LibreOffice Draw diagram headed to a web page it is close to ideal, because flat colour and hard edges are exactly what WebP's lossless mode compresses best. The conversion treats the .odg as what it is: LibreOffice opens it as a Draw document, exports it through Draw's own PDF filter, and the resulting page is rendered and written as WebP — no image decoder is asked to guess at an OpenDocument package.
.odg onto the page or click "+ Add Files". LibreOffice Draw and Apache OpenOffice Draw documents are both accepted, and several can be queued together.| Property | WebP (lossless) | WebP (lossy) | PNG | JPEG |
|---|---|---|---|---|
| Fidelity on hard edges | Exact | Softening and ringing | Exact | Worst of the four |
| Transparency | Yes | Yes | Yes | None |
| Typical size, flat diagram | Smallest | Small | Moderate | Small but visibly degraded |
| Typical size, photographic artwork | Large | Smallest | Largest | Small |
| Browser support | Chrome, Firefox, Edge, Safari 14+ | Chrome, Firefox, Edge, Safari 14+ | Universal | Universal |
| Desktop image tools | Good, still improving | Good, still improving | Everywhere | Everywhere |
| Maximum dimensions | 16383 x 16383 | 16383 x 16383 | Effectively unlimited | 65535 x 65535 |
| 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 at the drawing's own page size |
| 3. Render | The page rasterized at 300 DPI | An A4 page lands near 2480 x 3508 pixels |
| 4. Encode | WebP writer, lossy or lossless as you chose | One WebP per drawing page |
| Text | Rendered into the image | Pixels, not selectable type |
| Vectors | Flattened at the render step | Sharpness is fixed at the size you picked |
Two things follow from that. The pipeline writes one WebP per drawing page, numbered in page order and bundled into a ZIP when there is more than one, so a multi-page Draw document comes back as a set rather than a single file. And the lossless switch matters more on a drawing than the quality slider does: WebP's lossy mode encodes colour at 4:2:0, keeping full brightness detail but halving colour resolution in both directions, so saturated text and thin coloured rules — red on white especially — can fringe. Lossless mode stores the pixels directly and has no such step.
The practical consequence is that the size decision is the one you cannot revisit. Everything else on this page — the preset, the lossless switch, even the file-size mode — changes bytes; the resolution changes how much of the drawing survives.
Usually yes. WebP's lossy encoder is a video-derived transform, and transforms of that family ring along the sort of hard black-on-white edges a flowchart is made of. Lossless mode has no such artefacts and, on flat artwork, often produces the smaller file as well because large uniform regions cost it almost nothing. Keep the lossy default only when the drawing embeds photographs or heavy gradients.
Yes — both WebP modes carry an alpha channel, and the conversion does not flatten it on the way through. What ends up transparent is decided by the drawing: an area with no page fill stays transparent, while a page given a background colour in Draw arrives with that colour rendered in. That is one of WebP's real advantages over JPEG, which has no alpha at all.
The page is rendered at 300 DPI, so its physical size sets the pixels: roughly 2480 x 3508 for A4 and about 2550 x 3300 for US Letter. That is print-grade and much larger than most web uses need, so setting Image resolution to a sensible height preset before converting is usually the single biggest saving available on this page.
Usually, on this kind of content. WebP's lossless mode adds colour-cache and predictor techniques that PNG's DEFLATE-over-filters approach does not have, and flat-colour artwork is where those help most. The margin narrows sharply on noisy or photographic content. If interoperability with older desktop software matters more than a few kilobytes, ODG to PNG is still the safer hand-off.
Each page becomes its own WebP, numbered in page order and downloadable together as a ZIP. WebP can hold an animation, but that is a sequence of frames rather than a set of document pages, and it is not what this route builds. To keep several pages together in one file, convert to ODG to PDF instead.
No. Any raster target turns type into pixels, so nothing in a WebP can be selected, searched or re-typeset. If the text has to stay live, ODG to SVG keeps both the geometry and the text as text, and ODG to PDF does the same in a page format.
Yes, and a very large drawing can reach it: the format caps a single image at 16383 x 16383 pixels. Rendered at 300 DPI that is about 55 inches on a side, so ordinary document pages are nowhere near it, but a large-format poster or banner page could be. If a very large drawing refuses to encode, set an explicit Width x Height under Image resolution so the page is scaled down before the WebP is written.
They travel over an encrypted connection, are processed on our servers, and are deleted automatically a few hours later together with everything they produced. Nothing is shared, published or reused, no account is required, and no watermark is applied. The ODG converter hub lists every other target for this source file.