Add missing DCI_P3 gamut option to rgb2spec_opt help message

This commit is contained in:
Jax Young 2026-06-11 22:36:59 +08:00 • committed by GitHub
parent 7154d8268b
commit bfaf7c8f0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;