/docs/ociotheme/page.html

http://github.com/imageworks/OpenColorIO · HTML · 29 lines · 27 code · 2 blank · 0 comment · 0 complexity · 98d8df30f5d8de753a4bd7d7fe170f55 MD5 · raw file

  1. {#
  2. basic/page.html
  3. ~~~~~~~~~~~~~~~
  4. Master template for simple pages.
  5. :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
  6. :license: BSD, see LICENSE for details.
  7. #}
  8. {% extends "layout.html" %}
  9. {% block body %}
  10. {{ body }}
  11. {% if pagename == "index" %}
  12. <td width="275">
  13. <div class="imageBar">
  14. <p style="text-align: center; font-size: small;"><b>Color Transform Example</b></p>
  15. <img src="https://origin-flash.sonypictures.com/ist/imageworks/cloudy1.jpg">
  16. <div class="caption">Final Image: sRGB</div>
  17. <img src="https://origin-flash.sonypictures.com/ist/imageworks/cloudy3.jpg">
  18. <div class="caption">Digital Intermediate (DI): log dpx</div>
  19. <img src="https://origin-flash.sonypictures.com/ist/imageworks/cloudy2.jpg">
  20. <div class="caption">Render: scene-linear exr</div>
  21. <p style="text-align: right">Images from "Cloudy With A Chance of Meatballs"</p>
  22. <p style="text-align: right">Copyright 2011 Sony Pictures Inc. All Rights Reserved.</p>
  23. <p style="text-align: right">spi-animation profile, available <a href="http://github.com/imageworks/OpenColorIO-Configs">here</a>.</p>
  24. </div>
  25. </td>
  26. {% endif %}
  27. {% endblock %}