openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openexr-devel] Bringing IlmAcesFile.cpp into accord with recent eve


From: Piotr Stanczyk
Subject: Re: [Openexr-devel] Bringing IlmAcesFile.cpp into accord with recent events
Date: Wed, 27 Aug 2008 09:22:53 -0700
User-agent: Thunderbird 1.5 (X11/20051201)

Thanks for the updates.

Piotr

Florian Kainz wrote:
ImfAcesFile.cpp has been updated.

Joseph Goldstone wrote:
The existing IlmImf/ImfAcesFile.cpp source contains:

const Chromaticities &
acesChromaticities ()
{
static const Chromaticities acesChr (V2f (0.7347, 0.2653), // red
         V2f (0.0000,  1.0000),    // green
         V2f (0.0001, -0.0770),    // blue
         V2f (0.3200,  0.3350));    // white

    return acesChr;
}

but these were revised as the ACES document was finalized (http://stcatp.org/, join, and when accepted go to the Downloads folder). The new ACES neutral chromaticity is now x = 0.32168, y = 0.33767; and for what it's worth, the primaries are spec'd to five places to the right of the decimal, matching the precision of the neutrals.

{
static const Chromaticities acesChr (V2f (0.73470, 0.26530), // red
         V2f (0.00000,  1.00000),    // green
         V2f (0.00010, -0.07700),    // blue
         V2f (0.32168,  0.33767));    // white

    return acesChr;
}




------------------------------------------------------------------------

_______________________________________________
Openexr-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/openexr-devel



_______________________________________________
Openexr-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/openexr-devel







reply via email to

[Prev in Thread] Current Thread [Next in Thread]