Difference between revisions of "Luminance HDR"

From PanoTools.org Wiki
Jump to navigation Jump to search
(Note renaming to Luminance)
(updated name and build dependency)
Line 2: Line 2:
 
'''Qtpfsgui''' is {{Glossary|an open source graphical user interface for [[Pfstools]] that aims to provide a workflow for [[HDR]] imaging|1}}.
 
'''Qtpfsgui''' is {{Glossary|an open source graphical user interface for [[Pfstools]] that aims to provide a workflow for [[HDR]] imaging|1}}.
  
From version 2.0.0 onwards qtpfsgui will be known by the more straightforward name of '''Luminance'''.
+
From version 2.0.0 onwards qtpfsgui will be known by the more straightforward name of '''LuminanceHDR'''.
  
 
Supported HDR formats:
 
Supported HDR formats:
Line 28: Line 28:
  
 
Dependencies:
 
Dependencies:
  # sudo apt-get install libqt4-dev libexiv2-dev fftw3-dev openexr pkg-config build-essential libtiff-dev libopenexr-dev subversion
+
  # sudo apt-get install libqt4-dev libexiv2-dev fftw3-dev openexr pkg-config build-essential libtiff-dev libopenexr-dev subversion libgsl0-dev
  
 
Get the source, either the last release
 
Get the source, either the last release
  # wget http://kent.dl.sourceforge.net/sourceforge/qtpfsgui/qtpfsgui-1.8.12.tar.gz
+
  # wget luminance-2.0-SVN691.tar.gz
  # tar zxvf qtpfsgui-1.8.12.tar.gz
+
  # tar zxvf luminance-2.0-SVN691.tar.gz
  # cd qtpfsgui-1.8.12/
+
  # cd luminance-2.0-SVN691/
  
 
or the bleeding edge from the subversion repository (tested at revision 181)
 
or the bleeding edge from the subversion repository (tested at revision 181)

Revision as of 01:41, 9 April 2010

Qtpfsgui is an open source graphical user interface for Pfstools that aims to provide a workflow for HDR imaging.

From version 2.0.0 onwards qtpfsgui will be known by the more straightforward name of LuminanceHDR.

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:

Supported features:

  • Create an HDR file from a set of images (formats: JPEG, TIFF 8bit and 16bit, RAW) of the same scene taken at different exposure setting.
  • Save and load HDR images.
  • Rotate and resize HDR images.
  • Tonemap HDR images.
  • Copy exif data between sets of images.

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 subversion libgsl0-dev

Get the source, either the last release

# wget luminance-2.0-SVN691.tar.gz
# tar zxvf luminance-2.0-SVN691.tar.gz
# cd luminance-2.0-SVN691/

or the bleeding edge from the subversion repository (tested at revision 181)

# svn co https://qtpfsgui.svn.sourceforge.net/svnroot/qtpfsgui qtpfsgui
# cd qtpfsgui/trunk/qtpfsgui

build

# qmake-qt4
# make
# sudo checkinstall

openSUSE

build

# /usr/bin/qmake
# make
# make install

External links

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