ODG to JPG Converter

Convert ODG files to JPG format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: ODG

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Image Compression
Quality preset
Higher quality settings preserve more detail but result in larger files. Lower settings reduce file size by increasing compression.
Image resolution
File extension

Convert ODG to JPG: What This Tutorial Covers

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.

How to Convert ODG to JPG

  1. Upload Your ODG File: Drag your .odg onto the page or click "+ Add Files". The whole Draw document is read, so a multi-page file needs no splitting first.
  2. Pick a Quality Preset: "Quality Preset" runs from Highest down to Lowest and opens on "Very High (Recommended)". For diagrams, stay at Very High or move up to Highest — JPEG's artefacts cluster on hard edges, and a flowchart is nothing but hard edges. "Specific file size" is there if you have to land under a hard byte limit.
  3. Set the Image resolution and File extension: "Image resolution" opens on "Keep original" and also takes a percentage, a preset height, or an explicit Width x Height — this is how you bring a page-sized render down to something web-sized. The "File extension" group lets you output .jpg or .jpeg; the bytes are identical, only the filename differs.
  4. Convert and Download: Click "Convert" and save the image. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. No sign-up, no watermark.

Walk-through: Three Stages, and Where the Pixel Size Comes From

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:

  • One JPG comes out per page. A four-page Draw document downloads as a set of four images, numbered in page order, rather than as one file. JPEG holds exactly one image per file, so there is no other possibility.
  • The pixel size follows the page's physical dimensions. At 300 DPI a US Letter page (8.5 × 11 in) renders near 2550 × 3300 px and A4 near 2481 × 3507 px. That is ample for printing at original size and far larger than most screen uses need — which is what "Image resolution" is for.

Which Quality Preset for a Diagram?

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.

JPG Against the Other Realistic Targets

Property JPG PNG PDF 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

Frequently Asked Questions

Is JPG even the right target for a LibreOffice Draw file?

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.

My Draw document has several pages — do I get one JPG or several?

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.

Is .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.

My drawing has a transparent background. What happens to it?

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.

Can a JPG keep the layers, text and shapes the ODG had?

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.

What pixel size will I actually get, and can I change it?

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.

Why do fonts or spacing sometimes look different in the JPG?

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.

Do I need LibreOffice installed to convert an ODG?

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.

How are my files handled during the conversion?

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.

Rate ODG to JPG Converter Tool

Rating: 4.8 / 5 - 44 reviews