blob: a48ad99cefbed2c16e5770cfd283b29799664e11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Luminance HDR is an open source graphical user interface application
that aims to provide a workflow for HDR imaging.
Supported features:
* Save / load HDR images;
* Create an HDR file from a set of images (formats: JPEG, TIFF 8bit
and 16bit, RAW) of the same scene taken at different exposure
settings;
* Rotate, resize and crop HDR images;
* Tonemap HDR images;
* Copy exif data between sets of images;
* Supports internationalization.
Supported HDR formats:
* OpenEXR (extension: exr);
* Radiance RGBE (extension: hdr);
* Tiff formats: 16bit, 32bit (float) and LogLuv (extension: tiff);
* Raw image formats (extension: various);
* PFS native format (extension: pfs).
Supported LDR formats: JPEG; PNG; PPM; PBM; TIFF (8 bit).
To run Luminance HDR, your processor must support SSE2 instructions
(i.e. Pentium 4 or higher, or Athlon 64 or higher).
The following are optional dependencies:
cfitsio and CCfits - for importing FITS images (both needed)
hugin - for aligning multiple LDR exposures
|