commit 76857f33c4aff372230415634c2df1729b99e8e9
Author: Galaxy4594 <164440799+Galaxy4594@users.noreply.github.com>
Date: Wed, 10 Jun 2026 11:49:31 +0000

Add ProPhoto colorspace name & conformance test fix (#4824)

* Colorspace names: add ProPhoto

This doesn't change jxlinfo output yet, but it does make synthesized ICC profiles have nicer names in the common cases (sRGB, Adobe98, ProPhoto, DisplayP3, Rec2100PQ, Rec2100HLG).

Also adds "ProPhoto" as a recognized keyword when specifying color spaces (e.g. in cjxl, djxl, simplify_icc)

* fix conformance test for ProPhoto

---------

Co-authored-by: Jon Sneyers <jon@cloudinary.com>