File: prefs_hdr.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 (29 lines) | stat: -rw-r--r-- 1,189 bytes parent folder | download | duplicates (8)
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
<?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 — Setting up Luminance HDR — HDR</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h2>HDR TIFF File format</h2>

<p>Here you can choose which TIFF-HDR format Luminance HDR will use to save an HDR image.</p>

<p>LogLuv TIFF is the appropriate format for most cases because it stores the hdr data in a reasonable amount of space (i.e. file size). Even if it is a 16 bit format, it can store floating point data.</p>

<p>The Float TIFF format has to be used only if you want to load your tiff in another application that cannot open the LogLuv format.</p>

<h2>HDR Visualization</h2>

<p>Click on the buttons to pop-up a window that lets you choose which color to use for the nan/inf and for the negative values. 
      <br />
      <br />
      <br />
      <br />
      <img height="644" width="794" src="images/prefs-hdr.png" /><br />
    </p>

</body>
</html>