File: tonemapping_batch.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 (24 lines) | stat: -rw-r--r-- 1,118 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
<?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 — Tone Mapping — Batch Mode</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>

<h2>Tone Mapping in Batch Mode</h2>

<p>This window lets you tonemap a batch of <em>M</em> HDR images using <em>N</em> tonemapping settings files. After the process you'll get M*N LDR images.</p>

<p>The top-left list contains the input hdrs, the top-right list contains the input tonemapping settings files.</p>

<p>You have to specify an output directory where the output LDR images will be saved to.</p>

<p>You can also always see what's happening in the Log panel at the bottom. You can filter the visualization of the log messages using the drop-down menu on the bottom-left and the text-field at the bottom-right of the window.</p>

<p><IMG src="images/batch-tmo.png"  width="600" /></p>

</body>
</html>