Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
SSARCandy committed Apr 9, 2017
1 parent a7e49b6 commit 5293642
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@ The program will output:

for sample output, you can see [HDR-playground.ipynb](https://github.com/SSARCandy/HDR-imaging/blob/master/HDR-playground.ipynb) as reference.

## Tonemap

I use tmo for tonemapping, it implement 24 algorithms.
I write a script `tonemap.bat` for auto-run all 24 algorithms.

```bash
$ tonemap.bat <filename without extension>
```

Make sure all `tm_*.exe` is in your system PATH

## Environment

I test my code in Window10, but it should work fine in macOS/Linux(exclude tonemapping reference program need run in Windows)
2 changes: 1 addition & 1 deletion tonemap.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:: A script that run all tone-mapping algorithm provide by tmo
:: Make sure your tm_*.exe is in you system PATH
:: ---
:: Usage tonemap <filename without extension>
:: [Usage] tonemap.bat <filename without extension>

SET filename=%1

Expand Down

0 comments on commit 5293642

Please sign in to comment.