Difference between revisions of "Luminance HDR"

From PanoTools.org Wiki
Jump to navigation Jump to search
(New page: == Compiling from sources == === ubuntu Linux === Dependencies: # sudo apt-get install libqt4-dev libexiv2-dev fftw3-dev openexr pkg-config build-essential libtiff-dev libopenexr-dev sub...)
 
(Removed == Compiling from sources ==. === ubuntu Linux === was outdated and ===openSUSE=== was trivial)
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== Compiling from sources ==
+
__NOTOC__
=== ubuntu Linux ===
+
'''Luminance HDR''' (originally named ''Qtpfsgui'' prior to version 2.0.0) is {{Glossary|an open source graphical user interface for [[Pfstools]] that aims to provide a workflow for [[HDR]] imaging|1}}.
  
Dependencies:
+
Supported HDR formats are:
# sudo apt-get install libqt4-dev libexiv2-dev fftw3-dev openexr pkg-config build-essential libtiff-dev libopenexr-dev subversion
 
  
Get the source, either the last release
+
* [[OpenEXR]] (*.exr)
# wget http://kent.dl.sourceforge.net/sourceforge/qtpfsgui/qtpfsgui-1.8.12.tar.gz
+
* [[RGBE|Radiance RGBE]] (*.hdr)
# tar zxvf qtpfsgui-1.8.12.tar.gz
+
* [[TIFF]] formats: 16 bit, 32 bit (float) and LogLuv (*.tiff)
# cd qtpfsgui-1.8.12/
+
* [[RAW]] image formats (with various extensions)
 +
* [[PFS]] native format (*.pfs)
  
or the bleeding edge from the subversion repository (tested at revision 181)
+
Supported low-[[dynamic range]] formats are [[JPEG]], [[PNG]], [[PPM]], [[PBM]] and 8 bit TIFF.
# svn co https://qtpfsgui.svn.sourceforge.net/svnroot/qtpfsgui qtpfsgui
 
# cd qtpfsgui/trunk/qtpfsgui
 
  
build
+
Luminance HDR can be used for:
# qmake-qt4
 
# make
 
# sudo checkinstall
 
  
===openSUSE===
+
* HDR file creation from a set of either JPEG, 8 and 16 bit TIFF or RAW images from the same scene taken at different exposure settings.
 +
* Loading, rotation, resizing, [[tonemapping]] and saving of HDR images.
 +
* Copying [[EXIF|exif]] data between sets of images.
  
build
+
== External links ==
# /usr/bin/qmake
+
 
# make
+
Official website: http://qtpfsgui.sourceforge.net/
# make install
+
 
 +
[[Category:Software:Platform:Linux]]
 +
[[Category:Software:Platform:Windows]]
 +
[[Category:Software:Platform:Mac OS X]]

Latest revision as of 13:22, 16 August 2019

Luminance HDR (originally named Qtpfsgui prior to version 2.0.0) is an open source graphical user interface for Pfstools that aims to provide a workflow for HDR imaging.

Supported HDR formats are:

  • OpenEXR (*.exr)
  • Radiance RGBE (*.hdr)
  • TIFF formats: 16 bit, 32 bit (float) and LogLuv (*.tiff)
  • RAW image formats (with various extensions)
  • PFS native format (*.pfs)

Supported low-dynamic range formats are JPEG, PNG, PPM, PBM and 8 bit TIFF.

Luminance HDR can be used for:

  • HDR file creation from a set of either JPEG, 8 and 16 bit TIFF or RAW images from the same scene taken at different exposure settings.
  • Loading, rotation, resizing, tonemapping and saving of HDR images.
  • Copying exif data between sets of images.

External links

Official website: http://qtpfsgui.sourceforge.net/