diff options
Diffstat (limited to 'graphics/luminance-hdr/README')
-rw-r--r-- | graphics/luminance-hdr/README | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/graphics/luminance-hdr/README b/graphics/luminance-hdr/README index c4340ce3f0af8..a48ad99cefbed 100644 --- a/graphics/luminance-hdr/README +++ b/graphics/luminance-hdr/README @@ -1,12 +1,28 @@ -Luminance HDR is an HDR imaging tool. It creates an HDR file from a -set of images (JPEG, TIFF 8 and 16 bit, RAW) of the same scene taken -at different exposure settings. You can save and load HDR images, -rotate and resize them, tonemap your images, and copy your EXIF data. +Luminance HDR is an open source graphical user interface application +that aims to provide a workflow for HDR imaging. -Luminance HDR was formerly named qtpfsgui. +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). -hugin is an optional runtime dependency (for aligning multiple LDR -exposures). +The following are optional dependencies: +cfitsio and CCfits - for importing FITS images (both needed) +hugin - for aligning multiple LDR exposures |