mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
Merge pull request #545 from jaxvanyang/patch-1
Add missing DCI_P3 gamut option to rgb2spec_opt help message
This commit is contained in:
commit
0fef7de38d
1 changed files with 1 additions and 1 deletions
|
|
@ -791,7 +791,7 @@ int main(int argc, char **argv) {
|
|||
if (argc < 3) {
|
||||
printf("Syntax: rgb2spec_opt <resolution> <output> [<gamut>]\n"
|
||||
"where <gamut> is one of "
|
||||
"sRGB,eRGB,XYZ,ProPhotoRGB,ACES2065_1,REC2020\n");
|
||||
"sRGB,eRGB,XYZ,ProPhotoRGB,ACES2065_1,REC2020,DCI_P3\n");
|
||||
exit(-1);
|
||||
}
|
||||
Gamut gamut = SRGB;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue