diff options
author | lme <lme@FreeBSD.org> | 2014-07-13 16:04:06 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2014-07-13 16:04:06 +0800 |
commit | 5fcd68f61cdc411735c5e7afc1d3fe61627e611b (patch) | |
tree | 4808aaa6d2ca674a060a73d2248d81a5d0b81558 /graphics/Makefile | |
parent | e96094a7e7922bf857aed1652d780766403e6b3d (diff) | |
download | freebsd-ports-gnome-5fcd68f61cdc411735c5e7afc1d3fe61627e611b.tar.gz freebsd-ports-gnome-5fcd68f61cdc411735c5e7afc1d3fe61627e611b.tar.zst freebsd-ports-gnome-5fcd68f61cdc411735c5e7afc1d3fe61627e611b.zip |
This is the QT5 version of Luminance HDR.
Luminance HDR is an open source graphical user interface application that
aims to provide a complete workflow for HDR image processing.
Supported features:
* Create an HDR file from a set of images (formats: JPEG, TIFF 8-bit and
16-bit, RAW) of the same scene taken at different exposure settings
* Rotate, resize, and crop HDR images
* Tonemap HDR images
* Copy EXIF data between sets of images
Supported HDR formats (with file extensions):
* OpenEXR (.exr)
* Radiance RGBE (.hdr)
* TIFF formats: 16-bit, 32-bit (float) and LogLuv (.tiff)
* PFS native format (.pfs)
* Raw image formats (various)
Supported LDR formats: JPEG, PNG, PPM, PBM, TIFF (8-bit).
WWW: http://qtpfsgui.sourceforge.net/
PR: 191690
Submitted by: bugzilla@soulrebel.in-berlin.de
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 47b215d72bb8..a27a74318e3b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -564,6 +564,7 @@ SUBDIR += lprof-devel SUBDIR += lua-gd SUBDIR += luminance + SUBDIR += luminance-qt5 SUBDIR += luxrays SUBDIR += luxrender SUBDIR += mahotas |