File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 77
88![ sample1] ( ./imgs/1.png )
99
10- * Run Options
10+ ## How to Use
11+ ` main.py [--outMin OUTMIN] [--outMax OUTMAX] [--depth DEPTH] /path/to/DepthMap.exr `
12+
13+ If you use exe version, replace ` main.py ` by ` autoLevelEXR.exe ` .
14+ Or just drag & drop EXR file onto autoLevelEXR.exe icon.
15+
16+ ### Run Options
1117 - ` --outMin <num> ` : Min of Output Level range (0.0 - 1.0, default 0.1)
1218 - ` --outMax <num> ` : Max of Output Level range (0.0 - 1.0, default 0.9)
1319 - ` --depth <num> ` : Output grayscale's precision (bit) (8 or 16, default 8)
1420
1521![ sample1] ( ./imgs/2.png ) ![ sample1] ( ./imgs/3.png )
16-
1722
1823## Note
1924* The exe file in the release is made from main.py by use of pyinstaller.
Original file line number Diff line number Diff line change 77
88![ sample1] ( ./imgs/1.png )
99
10- * 起動オプション
10+ ## 使い方
11+ ` main.py [--outMin OUTMIN] [--outMax OUTMAX] [--depth DEPTH] /path/to/DepthMap.exr `
12+
13+ Exe 版を使う場合、` main.py ` を ` autoLevelEXR.exe ` に置き換えてください。
14+ もしくは、autoLevelEXR.exe のアイコンに EXR ファイルをドラッグ & ドロップでも行けます。
15+
16+ ### 起動オプション
1117 - ` --outMin <num> ` : 出力レベルのレンジ下端 (0.0 - 1.0, default 0.1)
1218 - ` --outMax <num> ` : 出力レベルのレンジ上端 (0.0 - 1.0, default 0.9)
1319 - ` --depth <num> ` : 出力グレースケールの深度 (bit) (8 or 16, default 8)
You can’t perform that action at this time.
0 commit comments