Skip to content

Commit

Permalink
Update ssa_hdrify.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yyymeow committed Apr 18, 2021
1 parent 81f330f commit 3e31240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssa_hdrify.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def files_picker() -> list[str]:
def sRgbToHdr(source: tuple[int, int, int]) -> tuple[int, int, int]:
"""
大致思路:先做gamma correction,然后转入XYZ。 在xyY内将Y的极值由sRGB亮度调为输出
亮度,然后转回2020的RGB
亮度,然后转回输出色域的RGB
args:
colour -- (0-255, 0-255, 0-255)
"""
Expand Down

0 comments on commit 3e31240

Please sign in to comment.