AcademySoftwareFoundation / OpenColorIO

A color management framework for visual effects and animation.
https://opencolorio.org
BSD 3-Clause "New" or "Revised" License
1.76k stars 438 forks source link

Add python example documentation for LegacyViewingPipeline #1312

Open doug-walker opened 3 years ago

doug-walker commented 3 years ago

On this page: https://opencolorio.readthedocs.io/en/latest/guides/developing/developing.html extend the example to include python code from here: https://opencolorio.org/old/developers/usage_examples.html in the section "Displaying an image, using the CPU (Full Display Pipeline)."

The python binding to be demonstrated is here: /usr/local/workspace/OpenColorIO-personal/src/bindings/python/apphelpers/PyLegacyViewingPipeline.cpp See also: /usr/local/workspace/OpenColorIO-personal/tests/python/LegacyViewingPipelineTest.py

adeskmr commented 3 years ago

@doug-walker if this has not been updated yet, I would like to tackle this doc change. Am relatively new to open source and would love to start with this one.

doug-walker commented 3 years ago

Great, thanks for your help @adeskmr.

doug-walker commented 2 years ago

This issue is still open. There are lots of hints in the PRs above that were not completed. Should be easy to complete.

arcasX115 commented 1 year ago

If this is still an issue and if it's still open then I would like to contribute to it

doug-walker commented 1 year ago

Great, thanks for your help @arcasX115 .

doug-walker commented 11 months ago

This issue is still open for someone.

shaneantrim commented 4 days ago

Hey @doug-walker I think this one is pretty straight-forward copy and paste, do you mind assigning it to me?