Skip to content

Commit

Permalink
Merge pull request #5985 from gnattu/new-tonemap-modes
Browse files Browse the repository at this point in the history
Add new tonemap mode options
  • Loading branch information
thornbill authored Sep 3, 2024
2 parents 4077ee3 + 15174b9 commit d4784bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/controllers/dashboard/encodingsettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ <h3 class="checkboxListLabel">${LabelEncodingFormatOptions}</h3>
<option value="auto">${Auto}</option>
<option value="max">MAX</option>
<option value="rgb">RGB</option>
<option value="lum">LUM</option>
<option value="itp">ITP</option>
</select>
<div class="fieldDescription">${TonemappingModeHelp}</div>
</div>
Expand Down

0 comments on commit d4784bd

Please sign in to comment.