https://github.com/LuminanceHDR/LuminanceHDR
A complete workflow for HDR imaging
https://github.com/LuminanceHDR/LuminanceHDR
c-plus-plus desktop-application graphics hdr-imaging qt5-gui tone-mapping
Last synced: 12 days ago
JSON representation
A complete workflow for HDR imaging
- Host: GitHub
- URL: https://github.com/LuminanceHDR/LuminanceHDR
- Owner: LuminanceHDR
- License: gpl-2.0
- Created: 2015-02-14T18:00:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T10:54:14.000Z (about 1 month ago)
- Last Synced: 2025-03-09T11:26:34.276Z (about 1 month ago)
- Topics: c-plus-plus, desktop-application, graphics, hdr-imaging, qt5-gui, tone-mapping
- Language: C++
- Homepage: http://qtpfsgui.sourceforge.net/
- Size: 42.3 MB
- Stars: 623
- Watchers: 34
- Forks: 104
- Open Issues: 96
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - 
# Luminance HDR
---------------
[](https://github.com/LuminanceHDR/LuminanceHDR/releases/tag/v.2.6.0)
[](https://github.com/LuminanceHDR/LuminanceHDR/blob/master/LICENSE)
[](https://github.com/LuminanceHDR/LuminanceHDR/issues)
[](https://github.com/LuminanceHDR/LuminanceHDR/pulls)
[](https://repology.org/project/luminance-hdr/badges)Copyright (C) 2010-2019
- Davide Anastasia
- Franco Comida
- Daniel Kaneiderand many contributors and translators
Copyright (C) 2006-2010 - Giuseppe Rota
- Webpage: http://qtpfsgui.sourceforge.net
- Sourceforge: http://sourceforge.net/projects/qtpfsgui
- Github: https://github.com/LuminanceHDR/LuminanceHDRWhat it is
----------
Luminance HDR is a graphical user interface (based on the Qt5 toolkit) that provides a complete workflow for HDR imaging.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, FITSSupported features:
* Create an HDR file from a set of images (JPEG, TIFF 8bit and 16bit, RAW)
of the same scene taken at different exposure setting
* Save and load HDR files
* Rotate and resize HDR files
* Tonemap HDR images
* Projective Transformations
* Copy EXIF data between sets of images
* Supports internationalizationRaw image formats are supported - and treated as HDR - thanks to [LibRAW](http://www.libraw.org/).
Make sure you read the "Dependencies" Section in the [INSTALL.md](INSTALL.md) file. If you intend to make a package for a GNU/Linux distribution, please refer to the same file for more information.
The code is in part based on the existing open source packages:
- "pfstools", "pfstmo" and "pfscalibration" by Grzegorz Krawczyk and Rafal Mantiuk
- "qpfstmo", by Nicholas Phillips.Without their contribution all of this would have not been possible.
Dependencies
------------
Please, refer to the [INSTALL.md](INSTALL.md) fileCompiling the sources
---------------------
Please, refer to the [INSTALL.md](INSTALL.md) fileContact and Links
-----------------
All comments and suggestions concerning this package or the implementation of particular algorithms are welcome.For bugs, issues or feature requests, please refer to the [BUGS](BUGS) file
See also:
* [PFStools](http://www.mpii.mpg.de/resources/pfstools/)
* [PFStmo (a tone mapping library)](http://www.mpii.mpg.de/resources/tmo/)
* [PFScalibration](http://www.mpii.mpg.de/resources/hdr/calibration/pfs.html)