• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build_files/H11-Jan-2021-1,9971,678

hdrhtml/H11-Jan-2021-368344

help/en/H11-Jan-2021-161130

i18n/H11-Jan-2021-105,472105,419

icons/luminance-hdr/H11-Jan-2021-139

icons-breeze/luminance-hdr/H11-Jan-2021-139

images/H03-May-2022-

program-icons/H03-May-2022-3432

src/H03-May-2022-89,89365,310

test/H03-May-2022-4,8533,149

.gitignoreH A D11-Jan-2021101 1312

.travis.ymlH A D11-Jan-202195 88

AUTHORSH A D11-Jan-20211.3 KiB4328

BUGSH A D11-Jan-2021246 85

ChangelogH A D11-Jan-202120.9 KiB462418

INSTALL.mdH A D11-Jan-202111.5 KiB245188

LICENSEH A D11-Jan-202117.6 KiB342281

README.i18nH A D11-Jan-20211.2 KiB4228

README.mdH A D11-Jan-20212.3 KiB7051

TODOH A D11-Jan-2021255 75

icons.qrcH A D11-Jan-20215.7 KiB8382

luminance-hdr.xmlH A D11-Jan-2021260 98

net.sourceforge.qtpfsgui.LuminanceHDR.appdata.xmlH A D11-Jan-20213.1 KiB6051

net.sourceforge.qtpfsgui.LuminanceHDR.desktopH A D11-Jan-20211.2 KiB2826

README.i18n

1This is the README file for contributing translations (i18n) to Luminance HDR
2-------------------------------------------------------------------
3
4Contents
5---------
61. Introduction
72. Operations
8
9
101. Introduction
11---------------------------------------------------------------------
12Translations can be managed either using the classical Qt approach or
13the Transifex (www.transifex.com) online platform.
14
15The Qt approach is implemented using a CMake option (UPDATE_TRANSLATIONS). If this
16is set to true, then the translations in the i18n directory are updated (using Qt's lupdate).
17
18In the following section the operations using the online platform are described.
19
20
212. Operations
22---------------------------------------------------------------------
23First, download the Transifex Client, available for Windows, Linux, Mac.
24
25Open a command shell and navigate (CD) into the i18n directory of Luminance HDR.
26
27The first time you use the client you need to initialize it with your credentials.
28Therefore type:
29> tx init
30
31If after an lupdate you want to update the strings online, you do
32> tx push -s -t
33
34In order to download the translated strings do
35> tx pull -a
36
37More options for each operation is available in the help
38> tx help
39or
40> tx help push
41
42

README.md

1# Luminance HDR
2===============
3
4Copyright (C) 2010-2019
5
6 - Davide Anastasia <davideanastasia@users.sourceforge.net>
7 - Franco Comida <fcomida@users.sourceforge.net>
8 - Daniel Kaneider <danielkaneider@users.sourceforge.net>
9
10 and many contributors and translators
11
12Copyright (C) 2006-2010 - Giuseppe Rota <grota@users.sourceforge.net>
13
14- Webpage: http://qtpfsgui.sourceforge.net
15- Sourceforge: http://sourceforge.net/projects/qtpfsgui
16- Github: https://github.com/LuminanceHDR/LuminanceHDR
17
18What it is
19----------
20Luminance HDR is a graphical user interface (based on the Qt5 toolkit) that provides a complete workflow for HDR imaging.
21
22Supported HDR formats:
23* OpenEXR (extension: exr)
24* Radiance RGBE (extension: hdr)
25* Tiff formats: 16bit, 32bit (float) and LogLuv (extension: tiff)
26* Raw image formats (extension: various)
27* PFS native format (extension: pfs)
28
29Supported LDR formats:
30* JPEG, PNG, PPM, PBM, TIFF, FITS
31
32Supported features:
33* Create an HDR file from a set of images (JPEG, TIFF 8bit and 16bit, RAW)
34of the same scene taken at different exposure setting
35* Save and load HDR files
36* Rotate and resize HDR files
37* Tonemap HDR images
38* Projective Transformations
39* Copy EXIF data between sets of images
40* Supports internationalization
41
42Raw image formats are supported - and treated as HDR - thanks to [LibRAW](http://www.libraw.org/).
43
44Make sure you read the "Dependencies" Section in the INSTALL file. If you intend to make a package for a GNU/Linux distribution, please refer to the same file for more information.
45
46The code is in part based on the existing open source packages:
47- "pfstools", "pfstmo" and "pfscalibration" by Grzegorz Krawczyk and Rafal Mantiuk
48- "qpfstmo", by Nicholas Phillips.
49
50Without their contribution all of this would have not been possible.
51
52Dependencies
53------------
54Please, refer to the INSTALL file
55
56Compiling the sources
57---------------------
58Please, refer to the INSTALL file
59
60Contact and Links
61-----------------
62All comments and suggestions concerning this package or implementation of particular algorithm are welcome.
63
64For bugs, or feature request, please refer to the BUGS file
65
66See also:
67* [PFStools](http://www.mpii.mpg.de/resources/pfstools/)
68* [PFStmo (a tone mapping library)](http://www.mpii.mpg.de/resources/tmo/)
69* [PFScalibration](http://www.mpii.mpg.de/resources/hdr/calibration/pfs.html)
70