Skip to content

Commit

Permalink
Removed outdata OpenEXR attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 20, 2023
1 parent 96771f5 commit e2ef2ca
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/tlIO/OpenEXR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,6 @@ namespace tl
"chromaticities",
"whiteLuminance",
"adoptedNeutral",
"renderingTransform",
"lookModTransform",
"xDensity",
"owner",
"comments",
Expand Down Expand Up @@ -671,14 +669,6 @@ namespace tl
{
tags["Adopted Neutral"] = serialize(adoptedNeutralAttribute(header).value());
}
if (hasRenderingTransform(header))
{
tags["Rendering Transform"] = renderingTransformAttribute(header).value();
}
if (hasLookModTransform(header))
{
tags["Look Modification Transform"] = lookModTransformAttribute(header).value();
}
if (hasXDensity(header))
{
tags["X Density"] = serialize(xDensityAttribute(header).value());
Expand Down

0 comments on commit e2ef2ca

Please sign in to comment.