Luminance HDR

Luminance HDR是一个图形用户界面(基于Qt5工具包),为HDR成像提供了完整的工作流程。(Luminance HDR is a graphical user interface (based on the Qt5 toolkit) that provides a complete workflow for HDR imaging.)

Github stars Tracking Chart

Luminance HDR是一个图形用户界面(基于Qt5工具包),为HDR成像提供了完整的工作流程。

支持的HDR格式:

  • OpenEXR(扩展名:exr)
  • Radiance RGBE(扩展名:hdr)
  • Tiff格式:16bit,32bit(float)和LogLuv(扩展名:tiff)
  • 原始图像格式(扩展名:各种)
  • PFS原生格式(扩展名:pfs)

支持的LDR格式:

  • JPEG,PNG,PPM,PBM,TIFF,FITS

支持的功能:

  • 从不同曝光设置下拍摄的同一场景的一组图像(JPEG,TIFF 8位和16位,RAW)创建HDR文件
  • 保存并加载HDR文件
  • 旋转HDR文件并调整其大小
  • Tonemap HDR图像
  • 投射变换
  • 在图像集之间复制EXIF数据
  • 支持国际化

由于LibRAW,支持原始图像格式 - 并将其视为HDR。

请务必阅读INSTALL文件中的“依赖关系”部分。如果您打算为GNU/Linux发行版创建一个包,请参阅相同的文件以获取更多信息。

代码部分基于现有的开源软件包:

  • Grzegorz Krawczyk和Rafal Mantiuk撰写的“pfstools”,“pfstmo”和“pfscalibration”
  • “qpfstmo”,作者是尼古拉斯·菲利普斯。

没有他们的贡献,所有这一切都是不可能的。

Overview

Name With OwnerLuminanceHDR/LuminanceHDR
Primary LanguageC++
Program languageCMake (Language Count: 8)
PlatformLinux, Mac, Windows
License:GNU General Public License v2.0
Release Count39
Last Release Namev.2.6.1.1 (Posted on 2021-01-11 10:43:17)
First Release Namev2.0.0 (Posted on 2011-08-24 16:05:55)
Created At2015-02-14 18:00:49
Pushed At2024-04-11 16:18:55
Last Commit At2024-04-11 18:18:55
Stargazers Count583
Watchers Count35
Fork Count101
Commits Count3.5k
Has Issues Enabled
Issues Count203
Issue Open Count92
Pull Requests Count68
Pull Requests Open Count3
Pull Requests Close Count9
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Logo

Luminance HDR


Release
Language grade: C/C++
License
Issue Stats
Pull Request Stats
Packaging status

Copyright (C) 2010-2019

and many contributors and translators

Copyright (C) 2006-2010 - Giuseppe Rota grota@users.sourceforge.net

What 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, FITS

Supported 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 internationalization

Raw image formats are supported - and treated as HDR - thanks to LibRAW.

Make sure you read the "Dependencies" Section in the 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 file

Compiling the sources

Please, refer to the INSTALL.md file

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 file

See also:

To the top