rename adobe rgb icc profile

This commit is contained in:
Jarrad Whitaker 2025-08-29 22:44:32 +10:00
parent 229df02bfb
commit 2f5cc62d45
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@ up to `assets`, so I'm punting on that for now.
*/
func MustGetAdobeRGB1998Path() string {
p := path.Join(IccProfilesPath, "compatibleWithAdobeRGB1998.icc")
p := path.Join(IccProfilesPath, "adobe_rgb_compat.icc")
_, err := os.Stat(p)
if err != nil {
panic(err)