Initializing... drag & drop files here
Supports: ODG
An .odg is an OpenDocument Graphics drawing — the editable shapes, connectors and text frames LibreOffice Draw and Apache OpenOffice Draw save inside a ZIP of XML. A .jpg is the opposite kind of object: a lossy grid of pixels defined by ITU-T T.81 / ISO/IEC 10918 in 1992. This tutorial covers what happens in between — the Draw document is rendered page by page and each render is encoded as a JPEG — and, just as usefully, when JPEG is the wrong choice for a diagram. By the end you will know what a multi-page drawing produces, which quality rung to pick for line art, and why the pixel dimensions come out the size they do.
.odg onto the page or click "+ Add Files". The whole Draw document is read, so a multi-page file needs no splitting first..jpg or .jpeg; the bytes are identical, only the filename differs.A .odg is a page-layout document rather than a photo, so it does not go through an image converter at all:
| Stage | What runs | What comes out |
|---|---|---|
| 1. Read the drawing | LibreOffice Draw's PDF export filter (draw_pdf_Export) |
A PDF holding the document's own page size and object positions |
| 2. Render | Each PDF page rasterised at 300 DPI | One full-colour image per drawing page |
| 3. Encode | libvips writes each render as a JPEG | One .jpg per page, at the quality rung you chose |
Two consequences fall out of that chain, and both surprise people:
| Preset | What it does to line art | Use it for |
|---|---|---|
| Highest | Edges stay clean; files are large for flat colour | An archival master of a designed page |
| Very High (default) | The practical sweet spot for text and diagrams | Almost everything from a Draw document |
| High | Good general-purpose balance | Mixed pages with photographs and text |
| Medium | Visible haloing on thin strokes and small type | Photo-led pages, web upload where size matters |
| Low and below | Hard edges ring clearly; small text turns to mush | Thumbnails and previews only |
JPEG spends its bit budget on smooth tonal transitions and throws away the high-frequency detail that hard edges are made of — precisely backwards for a flowchart. If the file is still too large at Very High, reduce the pixel dimensions before you reduce the quality: halving both dimensions removes three quarters of the pixels and is far less visible on a diagram than compression artefacts are.
| Property | JPG | PNG | SVG | |
|---|---|---|---|---|
| Compression | Lossy, DCT-based | Lossless | Lossless, vectors preserved | Lossless, vectors preserved |
| Standard | ISO/IEC 10918 / ITU-T T.81, 1992 | W3C / ISO/IEC 15948 | ISO 32000 | W3C SVG |
| Stays sharp when enlarged | No | No | Yes | Yes |
| Flat fills and hard edges | Ringing around every edge | Clean | Clean | Clean |
| Photographs and gradients | Excellent | Larger files for the same look | Fine, embeds the raster | Poor |
| Transparency | None — flattened onto an opaque background | 8-bit alpha channel | Yes | Yes |
| Several pages in one file | No | No | Yes | No |
| Still editable as shapes | No | No | Text and paths survive | Yes |
| Opens without extra software | Everywhere | Everywhere | Everywhere | Any modern browser |
Usually not. Draw is used overwhelmingly for diagrams, flowcharts, org charts, floor plans and logos — flat fills, solid strokes and text — and JPEG's compression is built for continuous tone, so it leaves faint ringing hugging every sharp edge and softens small type. ODG to PNG encodes the same picture losslessly, often at a comparable size because flat colour compresses well. JPG earns its place when the drawing embeds photographs or heavy gradients, where a lossless target would be far larger for no visible gain.
Several, one per page, delivered together and numbered in page order. Every page is rendered by the office stage, so nothing is skipped and there is no need to split the document first. If you need all the pages kept together in a single openable file, ODG to PDF is the target built for that — and it keeps the text selectable as well.
.jpg different from .jpeg?They are the same format and the same bytes. The two spellings exist because early Windows and MS-DOS filesystems allowed only three characters after the dot, so .jpeg got truncated and both survived. The "File extension" group on this page offers each with no preselected value, so make a deliberate choice if something downstream matches on the literal string — some upload validators, print-order forms and batch scripts still do. ODG to JPEG is the same conversion under the other name.
JPEG has no alpha channel and cannot represent transparency at all, so any transparent region is composited onto an opaque background before encoding. If the transparency matters, use ODG to PNG, which stores an 8-bit alpha channel. If you specifically want a coloured backdrop rather than a default one, give the drawing a page background rectangle inside LibreOffice Draw so you control the colour rather than letting a downstream tool decide.
No. An ODG stores every element as a distinct object — a rectangle, a connector, a text frame, each with its own style. A JPG stores one flattened grid of pixel values and nothing else, so there is no layer list, no selectable object and no editable text after conversion, and author or title metadata does not survive in any useful form. Keep the original .odg as your master and treat any raster as a disposable copy.
Leaving "Image resolution" on "Keep original" gives you the 300 DPI render of the page — around 2550 × 3300 px for US Letter. To take control, use a Preset Resolution, a Resolution Percentage, or an explicit Width x Height. Decide before converting, because a raster cannot be sharpened back up afterwards; if you need a bigger render than the page allows, enlarge the page inside LibreOffice Draw first.
Because the drawing is rendered with the fonts available on the rendering machine. A typeface that was never embedded and is not installed gets substituted with the closest metric match, which can shift line breaks in a text frame. Converting the text to curves in Draw (Shape ▸ Convert ▸ To Curve) before uploading removes the risk entirely, at the cost of the text no longer being editable in the source.
No. The Draw document is opened and rendered on our servers, so an .odg someone emailed you converts on any operating system with no office suite present. LibreOffice Draw is still worth having if the drawing is yours — it is free on Windows, macOS and Linux, and it is the only way to make real edits, since a JPG is a flattened picture.
Your .odg is uploaded over an encrypted connection, rendered and encoded on our servers, and deleted automatically a few hours later along with the images it 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, and compress JPG is there for shrinking a JPEG you already have.