No processing of your file contents takes place on any server. You need no data-processing agreement with gottrix to handle confidential or business documents.
Hosted in GermanyGlobal Content Delivery
Origin servers at Hetzner in Germany, delivered worldwide through a content delivery network. Your file contents are never transmitted in the process - they never leave your device.
HDR (Radiance RGBE, also .pic) stores a much wider brightness range than a normal photo - from deep shadows to a direct light source in a single image. The format is used mainly in 3D software and renderers for light probes and environment maps that supply a scene with realistic lighting. Browsers cannot open HDR - this tool reads the file with its own decoder and shows it as PNG.
The decoder understands both common scanline encodings: the older flat form with its built-in run-length trick, and the newer, per-channel adaptive RLE encoding. Every RGBE pixel (three colour channels plus a shared exponent) is converted into a linear brightness value.
Honest about the technique: an 8-bit PNG cannot hold HDR's huge brightness range, so the result is a tone-mapped preview, not a lossless copy of the original data - the raw data would need its own HDR-capable output format. A fixed exposure plus a 1/2.2 gamma curve map the brightness down to 8 bit; the exposure slider brightens or darkens the preview as needed.
You will typically encounter HDR when a renderer, a 3D tool or a 360-degree light scan has output a .hdr or .pic file and you want to view it briefly without specialised software, or embed it in a document. The conversion runs entirely locally, even offline - nothing is uploaded.
Specifications
Specifications
Input formats
HDR, PIC
Output format
PNG
Batch processing
Yes
Processing
Locally in your browser (JavaScript)
File upload
None
In 3 steps
Drop or select your HDR/RGBE file.
Adjust the exposure if needed.
Download the tone-mapped PNG.
Limitations: The result is a tone-mapped 8-bit preview (fixed exposure + 1/2.2 gamma), not a lossless copy of the raw HDR data. Both the flat/old-RLE and the new adaptive scanline encoding are supported; a file without a valid #?RADIANCE/#?RGBE marker is honestly rejected. The PNG is opaque.
FAQ
Are my images uploaded?
No. The HDR is decoded entirely locally in the browser - even offline.
Is the conversion lossless?
No. An 8-bit PNG cannot hold HDR's brightness range - the result is a tone-mapped preview.
What is the exposure slider for?
It brightens or darkens the preview before export, in case the default result looks too dark or too bright.
Which HDR encodings are read?
The classic flat/old-RLE form and the newer, per-channel adaptive RLE encoding.
What is HDR/Radiance used for?
Mainly for light probes and environment maps in 3D software and renderers.