Luminance HDR
From PanoTools.org Wiki
(Difference between revisions)
(Added description from the sf-page, categorized) |
(internal link for LDR) |
||
| (6 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | Qtpfsgui is an open source graphical user interface for [[Pfstools]] that aims to provide a workflow for [[HDR]] imaging. | + | '''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}}. |
| − | Supported HDR formats: | + | Supported HDR formats are: |
| − | * [[ | + | * [[OpenEXR]] (*.exr) |
| − | * [[RGBE|Radiance RGBE]] ( | + | * [[RGBE|Radiance RGBE]] (*.hdr) |
| − | * [[TIFF]] formats: | + | * [[TIFF]] formats: 16 bit, 32 bit (float) and LogLuv (*.tiff) |
| − | * [[RAW]] image formats ( | + | * [[RAW]] image formats (with various extensions) |
| − | * [[PFS]] native format ( | + | * [[PFS]] native format (*.pfs) |
| − | Supported [[ | + | 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|exif]] data between sets of images. |
| − | + | ||
| − | + | ||
| − | * [[ | + | |
| − | * | + | |
== Compiling from sources == | == Compiling from sources == | ||
| Line 26: | Line 22: | ||
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 | + | # wget luminance-2.0-SVN691.tar.gz |
| − | # tar zxvf | + | # tar zxvf luminance-2.0-SVN691.tar.gz |
| − | # cd | + | # 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) | ||
Latest revision as of 16:52, 27 August 2011
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.
[edit] Compiling from sources
[edit] 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
[edit] openSUSE
build
# /usr/bin/qmake # make # make install
[edit] External links
Official website: http://qtpfsgui.sourceforge.net/