Initializing... drag & drop files here
Supports: ODG
ODG is the OpenDocument Graphics format that LibreOffice Draw and Apache OpenOffice Draw save — a vector file holding shapes, connectors, diagrams, and text as editable XML. WebP is a modern web image format from Google that compresses much smaller than PNG or JPEG at comparable quality. Converting rasterizes the drawing into a fixed grid of pixels, so it is no longer infinitely scalable or click-to-edit — but the payoff is a compact, web-ready file. WebP's real advantage over JPEG here: in lossless mode it keeps a transparent background, so a logo or diagram drawn on a clear page stays transparent.
| Property | Value |
|---|---|
| Standard | OpenDocument Format, ISO/IEC 26300 (OASIS ODF) |
| File type | Vector graphics (XML inside a ZIP container) |
| Created by | LibreOffice Draw, Apache OpenOffice Draw, Calligra Flow |
| Holds | Shapes, lines, connectors, text, gradients, layers, pages |
| Scalable | Yes — resolution-independent vector geometry |
| Editable after export | Yes, in Draw; objects stay selectable |
| Best for | Diagrams, flowcharts, technical drawings you keep editing |
| Property | Value |
|---|---|
| Introduced | Google, 30 September 2010 |
| File type | Raster (pixel) image; RIFF container |
| Compression | Lossy (VP8 intra-frame) or lossless |
| Smaller than PNG | ~42% vs libpng, ~23% vs ZopfliPNG (lossless) |
| Smaller than JPEG | 25–34% at the same SSIM (lossy) |
| Transparency | Yes — full alpha in lossless; lossy can carry an alpha channel |
| Max dimensions | 16383 × 16383 pixels |
| Browser support | Chrome 32+, Firefox 65+, Edge 18+, Safari 16+ (~96% globally) |
.odg onto the page, or click "+ Add Files" to browse. You can queue several drawings to convert with one set of settings.It can. Lossless WebP works in RGBA and preserves a full alpha channel, so if your ODG page has no background fill the transparency carries straight through — set "Lossless?" to "Yes" to be sure. Even lossy WebP can hold a separately encoded alpha channel, which is something JPEG simply cannot do. The catch is the source: if the drawing has a solid page color, that color is baked in as opaque pixels. For guaranteed transparency, set the page background to "None" in LibreOffice Draw before exporting.
For diagrams, logos, and line art — the typical ODG content — lossless is usually the better fit: flat fills and sharp connector lines reproduce exactly, and transparency is preserved. Lossless WebP still lands roughly 42% smaller than a comparable PNG in Google's own measurements, so you lose little by choosing it. Switch to lossy only when the drawing is photo-heavy or you need the smallest possible file and can accept slight softening; lossy WebP runs 25–34% smaller than JPEG at matching quality.
The conversion itself is faithful at the size you choose, but vector geometry becomes a fixed pixel grid, so scalability is the thing you give up. A WebP cannot be sharply enlarged past its pixel dimensions the way the original vector could — enlarging softens the edges. Export at a generous resolution if you might zoom in or print later. If you need artwork that scales forever without blurring, keep it as a vector and convert ODG to SVG instead.
Yes — a WebP image maxes out at 16383 × 16383 pixels per Google's specification. That is far larger than most diagrams need, but if you scale a big multi-page drawing or a poster-sized canvas to very high resolution you can hit the ceiling. If you do, lower the resolution percentage or target a smaller Width x Height. For print-grade output that must stay resolution-independent, convert ODG to PDF rather than rasterizing.
Both are raster and both keep transparency, so the result looks the same on screen — the difference is file size and reach. WebP is the smaller file: Google measures lossless WebP at about 42% under libpng and 23% under ZopfliPNG. PNG is the safer pick for maximum compatibility, since a handful of old viewers and email clients still don't read WebP, whereas WebP is supported in Chrome 32+, Firefox 65+, Edge 18+, and Safari 16+ — roughly 96% of browsers today. Choose WebP for web pages where every kilobyte counts; convert ODG to PNG when you want the most universally openable file.
WebP is a single-image format, so each page of a multi-page ODG drawing maps to its own WebP file rather than one combined document. That is expected behavior. If you want every page held together in a single file, convert ODG to PDF instead, which keeps multiple pages in one document.
No. Once rasterized, the drawing is a flat grid of pixels — individual shapes, text, and connectors are no longer separate selectable objects. To keep editing in Draw, hold onto the original .odg; to edit on the web while staying scalable, convert to SVG instead. In our testing, a single-page A4 ODG flowchart exported at screen resolution in lossless WebP lands in the low hundreds of kilobytes — noticeably smaller than the equivalent PNG.