summaryrefslogtreecommitdiff
path: root/docs/ociotheme/page.html
blob: 6442a17780a34b50fb8abbfeec8018fbbbe48e83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{#
    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="{{ pathto('_static/clo_res19_vd16.0101.jpg', 1) }}">
            <div class="caption">Final Image: sRGB</div>
            <img src="{{ pathto('_static/clo_res19_lm10.0101.jpg', 1) }}">  
            <div class="caption">Digital Intermediate (DI): log dpx</div>
            <img src="{{ pathto('_static/clo_res19_lnf.0101.jpg', 1) }}">
            <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 here.</p>
        </div>
    </td>
    {% endif %}
{% endblock %}