21 lines
852 B
HTML
21 lines
852 B
HTML
<?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 — Tone Mapping</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</h2>
|
|
|
|
<img src="images/prefs-tm.png" width="600" /><br />
|
|
|
|
<p><b>Temporary Working Folder</b>. Luminance HDR needs a directory to save temporary files to. By default home
|
|
directory is used, but you can specify some other directory.</p>
|
|
|
|
<p><b>Batch Tonemapping Number of threads</b>. How many threads you want to use. Each thread gets allocated to a different CPU or a core of a multicore CPU.</p>
|
|
|
|
</body>
|
|
</html>
|