README 1004 B

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