Drag files or click to select
Convert files online
Drag files or click to select
Convert files online
What is ORF to PNG conversion?
ORF to PNG conversion transforms unprocessed RAW data captured by Olympus and OM System cameras into the lossless PNG image format. ORF (Olympus Raw File) is a proprietary RAW container used by all Olympus and OM System mirrorless cameras, including the OM-1 Mark II, OM-5, E-M1 Mark III, E-M1X, E-M10 Mark IV and PEN-F. Each ORF file contains 12-bit raw sensor data from a Micro Four Thirds sensor (17.3 by 13 mm, 2x crop factor), Bayer color filter pattern information, white balance metadata, M.Zuiko lens profile, and extensive Olympus-specific Maker Notes covering computational photography features like Live ND, Pixel Shift and Pro Capture.
PNG (Portable Network Graphics, ISO/IEC 15948) was developed in 1996 as an open alternative to GIF. The format uses Deflate lossless compression, which preserves every pixel of the source image exactly. Unlike JPEG, which discards high-frequency detail to achieve compact file sizes, PNG retains all original data while still compressing efficiently for images with repetitive patterns and smooth gradients. PNG supports 8-bit and 16-bit color depth per channel, full alpha channel transparency, ICC color profiles, and is universally rendered by all modern browsers and operating systems.
Converting ORF to PNG is the preferred choice when image quality and preservation of every detail are paramount. This applies to scenarios like graphic design and layout work, professional photo retouching with multiple editing passes, preparation of intermediate master files before final output, web images with sharp text overlays or graphical elements, scientific and technical photography requiring exact data preservation, and any workflow where the converted file will undergo further processing.
The key advantage of PNG over JPEG for ORF conversion lies in repeated editing. Each save of a JPEG file accumulates compression artifacts, gradually degrading image quality. PNG files can be opened, edited and resaved unlimited times without any quality loss. This makes PNG ideal as an intermediate format in design and retouching workflows where multiple edits are expected.
Technical comparison: ORF vs PNG
Both formats use lossless compression, but they serve fundamentally different purposes in a photographer's workflow.
| Characteristic | ORF (Olympus / OM System RAW) | PNG |
|---|---|---|
| Data type | Raw sensor signal | Processed raster image |
| Color depth | 12 bits per channel | 8 or 16 bits per channel |
| Compression | Lossless (sensor data packing) | Lossless (Deflate algorithm) |
| Quality loss | None | None |
| Transparency | No | Yes (8-bit alpha channel) |
| Animation | No | No (APNG is an extension) |
| Typical file size (20 MP) | 15-25 MB | 40-70 MB |
| Pixel Shift file (50/80 MP) | 80-110 MB | 200-400 MB |
| Browser support | None | Universal |
| OS support | Limited, requires plugins | Universal |
| EXIF metadata | Full + Olympus Maker Notes | Limited, via text chunks |
| Sensor format (context) | Micro Four Thirds (17.3x13 mm) | format-independent |
| Editing flexibility | Full RAW processing | Lossless repeated saves |
| Color space | Linear, camera-native | sRGB, sBIT via metadata |
| Standard | Proprietary Olympus | ISO/IEC 15948 |
The fundamental difference is not about quality, since both formats are lossless, but about purpose. ORF stores raw material requiring RAW processing software to display, with 12-bit linear sensor data and proprietary OM System metadata. PNG stores fully processed RGB data ready for use in any graphics application or browser, with the option of full transparency support that ORF lacks entirely.
File size comparison
| Scene type | ORF (20 MP, OM-1) | PNG (8-bit) | PNG (16-bit) |
|---|---|---|---|
| Detailed landscape | 18-25 MB | 50-70 MB | 100-140 MB |
| Portrait with bokeh | 15-20 MB | 35-50 MB | 70-100 MB |
| Macro with smooth background | 15-22 MB | 35-55 MB | 70-110 MB |
| High Res Shot (80 MP) | 80-110 MB | 180-300 MB | 360-600 MB |
| Architecture with detail | 20-28 MB | 55-75 MB | 110-150 MB |
PNG files are significantly larger than the source ORF for an important reason. ORF stores only one color value per pixel (the single channel recorded by the Bayer filter), while PNG stores three or four full RGB values per pixel. The demosaicing step that produces RGB pixels effectively triples the data volume, and PNG's lossless compression cannot match the efficiency of JPEG's lossy approach.
When to choose PNG over other formats
Transparency and alpha channel work
PNG is one of the few raster formats with full alpha channel support. If your OM System photography includes product shots that require background removal for catalog use, design compositions, or photo collages, PNG preserves soft semi-transparent edges (hair, fine details, shadows) without compression artifacts. JPEG cannot represent transparency at all.
Intermediate master files for retouching
Designers and retouchers receiving ORF files from photographers prefer PNG as an intermediate master format. Each time you open and resave a JPEG, additional compression artifacts accumulate. PNG can be edited and resaved unlimited times without any quality degradation, making it ideal for multi-stage workflows in Photoshop, Affinity Photo, GIMP, or Krita.
Graphics, text and sharp edges
When OM System photos are combined with text overlays, logos, charts, or diagrams, PNG preserves these elements with perfect sharpness. JPEG inevitably creates halos around high-contrast edges. Document photographs, software screenshots, or design mockups based on M.Zuiko images should be stored in PNG.
Screenshots and illustrations
PNG is the de facto standard for screenshots of software, mobile apps, and web pages. If an ORF file contains a photograph of a camera screen, advertising banner, or any image with text and graphics, PNG renders every letter and line crisply.
Archival quality without RAW workflow
If you do not plan to work with ORF in a full RAW editor but want to preserve visual quality without compression losses, PNG is a reasonable compromise. It does not offer the same processing flexibility as ORF, but guarantees that no part of the image suffers from compression artifacts.
Technical aspects of ORF to PNG conversion
Converting Olympus RAW to PNG involves the standard ORF processing pipeline, but the final compression step uses Deflate instead of JPEG's lossy DCT.
Bayer demosaicing
The Micro Four Thirds sensor in OM System cameras uses a Bayer color filter array, where each photosite records only one color channel. The demosaicing algorithm reconstructs full RGB values for each pixel by analyzing neighboring photosites. Quality of demosaicing directly affects sharpness, color accuracy, and the absence of moire on fine repetitive patterns. Because Micro Four Thirds sensors are physically smaller than APS-C or full-frame sensors, high-quality demosaicing is particularly important.
Color matrix and white balance
Linear ORF data is recorded in a sensor-specific color space. A color matrix converts these values to standard sRGB or Adobe RGB. White balance is taken from camera metadata (the value set by the photographer or auto white balance at capture time) or calculated automatically based on scene content.
Gamma correction
Linear sensor data appears unnaturally dark on standard displays because human vision is non-linear. Gamma correction (typically 2.2 for sRGB) redistributes tonal values into a perceptually uniform range. PNG can embed color profile information via iCCP and sRGB chunks, allowing applications to correctly interpret colors across different displays.
Deflate compression
Unlike JPEG compression, PNG's Deflate algorithm preserves every bit of the source data. It uses pre-filtering (Sub, Up, Average, Paeth) followed by LZ77+Huffman compression to efficiently pack repetitive patterns. Compression efficiency depends on image content: smooth gradients and uniform areas compress well, while fine photographic textures compress less effectively. This is why PNG files of photographs are typically larger than the source ORF: the original RAW data contains only one color value per pixel, while PNG stores three or four.
Best photo types for ORF to PNG conversion
Product photography for e-commerce
Product photos shot on OM-1 or OM-5 with M.Zuiko lenses often require background removal for product catalog layouts and e-commerce listings. PNG preserves carefully cut-out subjects with clean edges and smooth semi-transparent areas. The increased depth of field of Micro Four Thirds sensors and OM System's in-camera Focus Stacking feature ensures the entire product appears sharp from front to back.
Architecture and interior photography
Architectural shots with straight lines and high-contrast edges (walls, windows, decorative elements) can show JPEG ringing artifacts around contrasting borders. PNG renders such images flawlessly. The 80-megapixel ORF files from Tripod High Res Shot mode are particularly suited for PNG: every architectural detail remains perfectly sharp without any compression-induced softening.
Graphic design and web layouts
Designers incorporating OM System photography into website mockups, banners, and advertising materials prefer PNG as a source format. Any subsequent transformation (scaling, color correction, filter effects) can be applied without accumulating compression artifacts that would appear with JPEG.
Technical and scientific photography
Macro photography of biological specimens, material samples, or technical components, taken with M.Zuiko 60mm Macro or 90mm Macro IS Pro lenses, often requires the most accurate preservation of detail for subsequent analysis or scientific publication. PNG introduces no distortion of the captured image.
Screenshots, illustrations and UI captures
If an ORF file contains a camera screen capture, an advertising banner, or any image combining photography with text and graphics, PNG keeps every letter and line crisp. JPEG would create characteristic halos and softening in such cases.
Advantages of the PNG format
True lossless compression
PNG guarantees that decompressed data is bit-identical to the source. This is critical for archival storage, repeated processing, and scientific applications. Images can be opened, edited and resaved any number of times without quality degradation.
Full transparency support
The 8-bit alpha channel in PNG (256 transparency levels) enables images with soft semi-transparent edges. This is essential for working with shadows, reflections, hair, smoke, or blur effects where smooth fading from opaque to transparent is required.
Universal compatibility
PNG renders in every browser, operating system, graphics editor and viewer. It is the second most widely supported raster format after JPEG, opening everywhere without additional configuration.
Color profile support
PNG supports embedded ICC color profiles through the iCCP chunk. This allows applications to correctly interpret colors regardless of display calibration, which is important for designers and photographers working with calibrated monitors.
16-bit color depth option
PNG-48 and PNG-64 variants store 16 bits per channel, exceeding the 8-bit limit of standard JPEG. This is useful for intermediate storage of images that will undergo significant tonal corrections: with 16 bits per channel, gradients remain smooth even after aggressive processing.
Limitations and considerations
Large file sizes
PNG does not use lossy compression, so files are significantly larger than JPG. A 20-megapixel photo from OM-1 occupies 40-70 MB as PNG versus 2-7 MB as JPG. For web publishing and messaging, PNG is impractical compared to JPG or WebP.
Loss of Olympus Maker Notes
Conversion to PNG drops Olympus-specific proprietary data: Art Filter settings, Picture Mode parameters, Live ND configurations, Pixel Shift information, and AI Detect AF subject tracking data. Standard EXIF (camera, date, exposure, GPS) can be written to PNG via text chunks, but reading support varies across applications.
Bit depth reduction
Standard PNG-24 output uses 8 bits per channel, losing some of the tonal range present in 12-bit ORF. To preserve maximum tonal depth for further processing, choose PNG-48 (if available) or TIFF with 16-bit depth.
Basic decoding limitations
This service performs basic ORF decoding with default processing parameters: white balance from camera metadata, standard sRGB gamma correction, and automatic demosaicing. White balance adjustment, exposure compensation, highlight and shadow recovery, tone curves and noise reduction are not available. For full RAW processing with control over all parameters, use Adobe Lightroom, Capture One, RawTherapee, or OM Workspace. This service is suitable for quick lossless conversion of ORF to a standard format when artistic processing is already done in-camera or not required.
Irreversibility
PNG cannot be converted back to 12-bit ORF sensor data with Bayer color filter information. Always preserve original ORF files on backup storage.
What is ORF to PNG conversion used for
Preparing product photos with transparent backgrounds
Product photographers shooting items on OM-1 or OM-5 for e-commerce convert ORF to PNG for subsequent background removal in graphics editors. PNG preserves the clean edges with soft semi-transparent areas (shadows, reflections, fine details) that are critical for high-quality catalog images.
Intermediate master files for professional retouching
Retouchers and designers receiving source files from OM System photographers convert ORF to PNG as a lossless intermediate format. This enables repeated opening and saving during Photoshop, GIMP or Affinity Photo workflows without accumulating compression artifacts typical of JPG editing pipelines.
Architectural photos from High Res Shot mode
Architectural photographers use Tripod High Res Shot on OM-1 to produce 80-megapixel ORF files. Converting to PNG preserves the sharpness of straight lines, building edges and decorative elements without typical JPEG ringing artifacts, which is especially important for portfolios, exhibitions and architectural publications.
Graphic design and web layouts
Graphic designers using photography in layouts shot on OM System (M.Zuiko lenses have a distinctive rendering) prefer PNG as a source format. PNG can safely undergo any transformations (scaling, filtering, effect overlay) without accumulating artifacts or losing quality through multiple editing passes.
Macro photography for scientific publications
Scientists and scientific photographers working with M.Zuiko macro lenses (60mm Macro, 90mm Macro IS Pro) convert ORF to PNG for publication in scientific journals. PNG ensures exact preservation of fine details without any distortion, important for documenting biological, geological and materials science specimens.
Preparing images with overlaid text
Designers and marketers creating infographics, banners, and informational materials based on OM System photography convert ORF to PNG for subsequent text, logo and graphic element overlays. PNG preserves the sharpness of both photographic and graphical content without typical JPEG halos around sharp edges.
Tips for converting ORF to PNG
Preserve original ORF files for future processing
Despite PNG's lossless quality, it is still a final or intermediate format that does not contain 12-bit RAW data or Olympus Maker Notes. ORF files from Olympus / OM System cameras are your digital negatives with full flexibility for white balance, exposure and noise reduction adjustments. Improved RAW processing engines in coming years will likely extract noticeably better results from the same ORF files.
Use PNG when you need transparency
The main advantage of PNG over JPG is alpha channel support. If you plan to remove backgrounds from product shots, overlay objects onto other images, or preserve soft semi-transparent edges, choose PNG specifically. For ordinary landscapes or portraits without transparency requirements, the compact JPG format is more practical.
Process ORF in a RAW editor before conversion
This service performs basic decoding with default parameters: camera-recorded white balance and standard sRGB gamma correction. Olympus computational features (Art Filter, Picture Mode, Live ND) are not applied. For full artistic processing, first open ORF in specialized software such as Adobe Lightroom, Capture One, RawTherapee, or OM Workspace, perform all corrections, and then convert to PNG.
Consider file sizes when working with High Res Shot
Tripod High Res Shot files from OM-1 have 80-megapixel resolution. After conversion to PNG, a single file can be 200-400 MB. If you plan to send via email or upload to cloud storage with size limits, evaluate in advance whether you need maximum PNG quality or whether JPG at quality 92-95 would suffice, which would take 8-10 times less space.