Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SSARCandy committed Apr 9, 2017
1 parent 34db2a9 commit a7e49b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

tonemap-*/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ $ python HDR-playground.py <input img dir> <output .hdr name>
$ python ./HDR-playground.py taipei taipei.hdr
```

I also provide an jupyter version(`HDR-playground.ipynb`), it’s function is same as `HDR-playground.py`. jupyter is really convenient for develop python program!

## Input format

Expand Down Expand Up @@ -51,6 +52,12 @@ DSC_0067.png 0.0625 16

The program will output:

- a `.hdr` image
- a reconstruct RGB response curve plot
- a pseudo-color radiance map(with log vaule)
- A `.hdr` image
- A reconstruct RGB response curve plot
- A pseudo-color radiance map(with log value)

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

## Environment

I test my code in Window10, but it should work fine in macOS/Linux(exclude tonemapping reference program need run in Windows)

0 comments on commit a7e49b6

Please sign in to comment.