File: features.html

package info (click to toggle)
luminance-hdr 2.5.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 34,632 kB
  • sloc: cpp: 42,160; ansic: 892; xml: 87; makefile: 38; sh: 12
file content (90 lines) | stat: -rw-r--r-- 2,872 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Luminance HDR User Manual - Features Overview</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h2>Features Overview</h2>

<h3>Streamlined Localized User Interface</h3>

<p>Creating HDR files is very easy: you just drop your bracketed shots from file or photos manager to the main window and in few more clicks you have an HDR file which you can then tonemap.</p>

<p>Luminance HDR is available in the following languages:</p>

<ul>
<li>Chinese</li>
<li>Czech (outdated)</li>
<li>Danish</li>
<li>English</li>
<li>Finnish</li>
<li>French (outdated)</li>
<li>German</li>
<li>Hungarian (outdated)</li>
<li>Indonesian (outdated)</li>
<li>Italian</li>
<li>Polish (outdated)</li>
<li>Portuguese (Brazilian)</li>
<li>Romanian</li>
<li>Russian</li>
<li>Spanish</li>
<li>Turkish (outdated)</li>
</ul>

<p>If your language is not supported or localization is incomplete or outdated 
and you are willing to take care of that, please learn 
<a href="contributing_translating.html">how to do it</a>.</p>

<h3>Supported HDR File Formats</h3>

<p>Luminance HDR reads and writes:</p>

<ul>
<li>OpenEXR (.exr)</li>
<li>Radiance RGBE (.hdr)</li>
<li>Logluv TIFF (.tif)</li>
<li>16/32bpc TIFF (.tif)</li>
<li>PFS stream (.pfs)</li>
<li>FITS (.fit)</li>
</ul>

<p>Additionally Raw images can be opened (using LibRaw) as both HDR and LDR images.</p>

<h3>Supported LDR File Formats</h3>

<p>Luminance HDR supports the following low dynamic range file formats:</p>

<ul>
<li>JPEG</li>
<li>TIFF (16bpc and 8bpc)</li>
<li>PNG (only saving)</li>
<li>PBM (only saving)</li>
</ul>

<p>Luminance HDR can also write Exif metadata to JPEG, PNG and TIFF files using Exiv2.</p>

<h3>Extensive Help System</h3>

<p>We don't really pretend that HDR imaging is easy. It surely can be easy if 
lousy results is what you want. For the rest of you we bundle a solid help 
system to help you getting the most of your pictures.</p>

<p>The help system is, again, localizable. Right now only English version is 
available, but you can <a href="contributing_translating.html">contribute 
a translation</a> into your native language, if you really want to.</p>

<h3>Free to Distribute</h3>

<p>Luminance HDR is a free-as-in-speech application licensed under terms of GNU GPL. Which in fact means:</p>

<ul>
<li>you don't have to pay developers of Luminance HDR for a license;</li>
<li>you may install Luminance HDR on as many computers as you can reach;</li>
<li>you may for god's sake modify the source code, but you will have to share it with us, if you distribute the modified version.</li>
</ul>

</body>
</html>