/docs/ociotheme/page.html
http://github.com/imageworks/OpenColorIO · HTML · 29 lines · 27 code · 2 blank · 0 comment · 0 complexity · 98d8df30f5d8de753a4bd7d7fe170f55 MD5 · raw file
- {#
- basic/page.html
- ~~~~~~~~~~~~~~~
- Master template for simple pages.
- :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
- :license: BSD, see LICENSE for details.
- #}
- {% extends "layout.html" %}
- {% block body %}
- {{ body }}
- {% if pagename == "index" %}
- <td width="275">
- <div class="imageBar">
- <p style="text-align: center; font-size: small;"><b>Color Transform Example</b></p>
- <img src="https://origin-flash.sonypictures.com/ist/imageworks/cloudy1.jpg">
- <div class="caption">Final Image: sRGB</div>
- <img src="https://origin-flash.sonypictures.com/ist/imageworks/cloudy3.jpg">
- <div class="caption">Digital Intermediate (DI): log dpx</div>
- <img src="https://origin-flash.sonypictures.com/ist/imageworks/cloudy2.jpg">
- <div class="caption">Render: scene-linear exr</div>
- <p style="text-align: right">Images from "Cloudy With A Chance of Meatballs"</p>
- <p style="text-align: right">Copyright 2011 Sony Pictures Inc. All Rights Reserved.</p>
- <p style="text-align: right">spi-animation profile, available <a href="http://github.com/imageworks/OpenColorIO-Configs">here</a>.</p>
- </div>
- </td>
- {% endif %}
- {% endblock %}