Initializing... drag & drop files here
Supports: ORF
This is the Olympus and OM SYSTEM raw handoff — developing a .orf into a flat, print-ready TIFF for layout, prepress, or archival. There is a neat piece of lineage underneath it: ORF is a TIFF-structured container (with its own magic bytes, MMOR, IIRO or IIRS, in place of the standard TIFF signature), so this conversion develops a TIFF-family raw into an ordinary rendered TIFF. What follows is the one setting that quietly decides whether your TIFF is lossless, the two compression choices you must never pick, and why the quality slider does nothing most of the time.
.orf onto the page or click "+ Add Files" to browse. Several raw frames can be queued and converted with the same settings..tiff or .tif under "File extension" to match your software (neither is preselected), use "Image resolution" only if you want to scale down from the native frame, and leave "Quality Preset" alone unless you deliberately chose JPEG compression.| Compression Type | Lossless? | What it does | Use it when |
|---|---|---|---|
| LZW | Yes | Classic dictionary compression; read by essentially every TIFF-capable application | You want the safest lossless archive |
| Deflate | Yes | Zip-style compression; usually a little smaller than LZW on photographic content | You want lossless and slightly smaller |
| ZSTD | Yes | Modern lossless codec; the smallest of the lossless set in our measurements | Your tools are current and understand ZSTD-in-TIFF |
| PackBits | Yes | Simple run-length encoding, best legacy compatibility — but it can end up larger than an uncompressed file on noisy photographic data | A very old TIFF reader must open it |
| NONE | Yes | No compression at all; biggest file, opens anywhere | Maximum compatibility, size irrelevant |
| JPEG | No | DCT compression inside the TIFF wrapper; this is what the dropdown opens on | You want a small flat copy and accept lossy |
| LOSSY | No | The same thing as JPEG — an alias for the identical encoder setting | Never; pick JPEG so the intent is obvious |
| WebP | No (by default) | WebP compression inside a TIFF; small, but limited reader support | Rarely — most prepress tools will refuse it |
| CCITT Fax 4 | — | Avoid. It is a 1-bit fax scheme and cannot encode a colour or greyscale photo | Never, on a camera raw |
| JP2K (JPEG 2000) | — | Avoid. Scanline JPEG 2000 encoding is not implemented in the writer | Never |
CCITT Fax 4 and JP2K both appear in the dropdown, and both fail on photographic content — but they fail quietly. The encoder rejects the data (Bits/sample must be 1 for Group 3/4 encoding/decoding for CCITT Fax 4, Compression scheme 33004 scanline encoding is not implemented for JP2K) and leaves behind a header-only stub of roughly 250 bytes with no pixel data in it. We measured both: the resulting files open as an empty image with every pixel reading zero. If your "converted" TIFF is a few hundred bytes and displays as black or blank, this is why — re-run with LZW.
"Quality Preset" is the shared image-quality dropdown, and on a TIFF it only reaches the encoder when the compression scheme is a lossy one. We tested this directly: writing the same source at quality 10, 50 and 95 with LZW compression produced three byte-identical files with the same MD5 hash. With JPEG compression the same three settings produced wildly different files — on our test image, roughly 7 KB, 23 KB and 380 KB.
There is no bit-depth control on this page, and this is the one limitation worth knowing before you build a workflow around it: the render normalises to 8-bit sRGB, so although a TIFF can hold 16-bit channels, the file written here carries 8 bits per channel. We confirmed it by pushing a 16-bit source through the same call the converter makes — the output came back 8-bit sRGB regardless of which compression scheme was selected. That is exactly what print, layout and delivery workflows expect. It is not what you want as a high-bit editing master: for 16-bit output, or for a working space such as Adobe RGB or ProPhoto, export from a raw editor instead.
| Property | ORF (input) | TIFF (output) |
|---|---|---|
| Kind of file | Undeveloped camera raw | Rendered RGB raster |
| Structure | TIFF-style tagged container with custom magic (MMOR / IIRO / IIRS) | Tagged Image File Format, TIFF 6.0 (1992), maintained by Adobe |
| Origin | Olympus; the imaging business became OM Digital Solutions (OM System) on 1 January 2021 | Aldus, 1986 |
| Pixel data | One value per photosite behind a colour filter array, 12 bits or more per channel | Three colour planes per pixel, 8 bits each, sRGB |
| Editing latitude | Full — white balance and exposure are still open | Fixed; the render is baked in |
| Compression | Vendor-specific raw packing | Your choice from the list above |
| Opens in browsers | No | No (Safari is the partial exception) |
| Best for | The master you keep | Print, prepress, layout, archival |
That depends entirely on the Compression Type. LZW, Deflate, ZSTD, PackBits and None discard nothing — every rendered pixel survives the encode. The catch is that the dropdown opens on JPEG, which is lossy, so for an archival file you must change it. Separately, the render itself resolves the raw mosaic into fixed 8-bit sRGB pixels using a default white balance and tone curve. That interpretation is what you can no longer freely undo, and the raw's extra bit depth is resolved away with it — so "lossless compression" here means the encode discards nothing, not that the TIFF is a bit-for-bit carrier of everything the sensor recorded.
No, and this is the most common misunderstanding about the pair. ORF borrows TIFF's tagged file structure (with different magic bytes at the start), but structural kinship is not pixel kinship: the ORF holds an undeveloped Bayer mosaic, and the converter must demosaic and develop it into ordinary RGB before anything can be written. Whether that result is stored losslessly is decided by your compression choice, not by the shared heritage.
LZW if you want the broadest guarantee that any tool will open it in ten years, Deflate if you want lossless with a modestly smaller file, ZSTD if your whole toolchain is current and you want the smallest lossless result. All three are mathematically lossless. Avoid None unless storage genuinely does not matter, avoid PackBits for photographs, and never use JPEG for an archive master.
An ORF packs a single brightness value per photosite; a rendered TIFF carries a full red, green and blue value for every pixel. That is roughly a threefold expansion before compression, and lossless compression barely dents photographic noise. A 20-megapixel Micro Four Thirds frame therefore lands in the tens of megabytes even with LZW. If size matters more than edit headroom, export ORF to JPG instead.
Only the filename. Both are the identical Tagged Image File Format; the three-letter .tif survives from the era of eight-dot-three filenames on Windows. This page lets you pick either under "File extension", and neither is preselected — choose whichever your downstream software expects. The bytes written are the same.
Not reliably. TIFF is a professional and archival format, not a web one: Safari renders TIFFs, but Chrome and Firefox generally do not, and most social and messaging platforms reject the format outright. For something that displays everywhere, render ORF to JPG, or ORF to AVIF for a much smaller modern web copy.
Yes — always. Even a lossless TIFF is not a substitute for the raw. The white balance, exposure, tone curve and any in-camera Picture Mode are fixed once the frame is rendered, and the recoverable highlight and shadow headroom of the digital negative is gone with them. Treat the TIFF as a high-quality working, print or delivery copy, and archive the .orf separately.
Usually not. On Olympus and OM SYSTEM bodies, a High Res Shot writes the pixel-shifted composite as the .orf and additionally saves the first single frame of the shift sequence as a separate .ori. Convert the .orf when you want the full-resolution composite. The .ori is a normal-resolution frame of the same scene, and it is worth keeping because it gives you a clean version of any area the composite smeared through subject movement.
Your ORF is uploaded over an encrypted connection, developed into a TIFF on our servers, and deleted automatically after a few hours — never shared, never made public. There is no sign-up and no watermark. Because Olympus raws routinely run tens of megabytes each and TIFF output is larger still, the practical limit on a big batch is upload size and connection speed rather than the conversion itself.