Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T06:04:58.000Z (5 months ago)
- Last Synced: 2024-08-01T13:22:11.114Z (3 months 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: 589
- Watchers: 35
- Forks: 103
- Open Issues: 96
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - Luminance HDR is an open source graphical user interface application that aims to provide a workflow for HDR imaging. (Applications / Graphics)
- awesome-list - LuminanceHDR - A complete workflow for HDR imaging. (Cross-Platform / JavaScript)
- Awesome-Linux-Software - ![Open-Source Software - Luminance HDR is an open source graphical user interface application that aims to provide a workflow for HDR imaging. (Applications / Graphics)
README
![Logo](images/luminance.svg)
# Luminance HDR
---------------
[![Release](https://img.shields.io/github/release/LuminanceHDR/LuminanceHDR.svg)](https://github.com/LuminanceHDR/LuminanceHDR/releases/tag/v.2.6.0)
[![License](https://img.shields.io/github/license/LuminanceHDR/LuminanceHDR.svg)](https://github.com/LuminanceHDR/LuminanceHDR/blob/master/LICENSE)
[![Issue Stats](https://img.shields.io/github/issues/LuminanceHDR/LuminanceHDR.svg)](https://github.com/LuminanceHDR/LuminanceHDR/issues)
[![Pull Request Stats](https://img.shields.io/github/issues-pr/LuminanceHDR/LuminanceHDR.svg)](https://github.com/LuminanceHDR/LuminanceHDR/pulls)
[![Packaging status](https://repology.org/badge/tiny-repos/luminance-hdr.svg)](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)