<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Color Management on CineNeural</title>
    <link>https://blog.cineneural.com/tags/color-management/</link>
    <description>Recent content in Color Management on CineNeural</description>
    <image>
      <title>CineNeural</title>
      <url>https://blog.cineneural.com/images/main/logo-2.png</url>
      <link>https://blog.cineneural.com/images/main/logo-2.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>cineneural.com</copyright>
    <lastBuildDate>Sun, 30 Jan 2022 03:05:09 +0800</lastBuildDate>
    <atom:link href="https://blog.cineneural.com/tags/color-management/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ACES Color Management</title>
      <link>https://blog.cineneural.com/blog/2022-01/blender-renderman-color-management/</link>
      <pubDate>Sun, 30 Jan 2022 03:05:09 +0800</pubDate>
      <guid>https://blog.cineneural.com/blog/2022-01/blender-renderman-color-management/</guid>
      <description>&lt;h2 id=&#34;reference-articles&#34;&gt;Reference articles&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://docs.blender.org/manual/en/latest/render/color_management.html&#34;&gt;https://docs.blender.org/manual/en/latest/render/color_management.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://rmanwiki.pixar.com/display/REN24/Color&amp;#43;Management&#34;&gt;https://rmanwiki.pixar.com/display/REN24/Color+Management&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.arri.com/en/learn-help/learn-help-camera-system/camera-workflow/image-science/aces&#34;&gt;https://www.arri.com/en/learn-help/learn-help-camera-system/camera-workflow/image-science/aces&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/colour-science/OpenColorIO-Configs&#34;&gt;https://github.com/colour-science/OpenColorIO-Configs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://acescentral.com/knowledge-base-2/using-aces-reference-images/&#34;&gt;https://acescentral.com/knowledge-base-2/using-aces-reference-images/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://opencolorio.readthedocs.io/en/latest/configurations/aces_1.0.3.html&#34;&gt;https://opencolorio.readthedocs.io/en/latest/configurations/aces_1.0.3.html&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;talk-about-gamma-correction&#34;&gt;Talk about Gamma Correction&lt;/h2&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://blog.cineneural.com/images/2022-01/gamma-function.jpeg&#34;&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Table[x^2.2, {x, 0, 1, 0.1}]
{0., 0.00630957, 0.0289912, 0.0707403, 0.133209, 0.217638, 0.325037, \
0.456263, 0.612066, 0.79311, 1.}

Table[x, {x, 0, 1, 0.1}]
{0., 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.}

Table[x^(1/2.2), {x, 0, 1, 0.1}]
{0., 0.351119, 0.481157, 0.578533, 0.659353, 0.72974, 0.792793, \
0.850335, 0.903545, 0.953238, 1.}

#^2.2 &amp;amp; /@ Table[x^(1/2.2), {x, 0, 1, 0.1}]
{0., 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.}
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;To get a preliminary understanding of the gamma function, it can be seen from the above expression that the transformation obtained by the gamma function 2.2, we can keep the input and output in a linear relationship by the inverse gamma function 1/2.2.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
