-
Notifications
You must be signed in to change notification settings - Fork 492
ocioview: Chromaticity inspector #1879
Copy link
Copy link
Closed
Labels
PythonIssues that involve majority python development (vs C++).Issues that involve majority python development (vs C++).ToolsIssues related to auxiliary OCIO tools (ex. ocioview, ociocheck)Issues related to auxiliary OCIO tools (ex. ocioview, ociocheck)
Metadata
Metadata
Assignees
Labels
PythonIssues that involve majority python development (vs C++).Issues that involve majority python development (vs C++).ToolsIssues related to auxiliary OCIO tools (ex. ocioview, ociocheck)Issues related to auxiliary OCIO tools (ex. ocioview, ociocheck)
Type
Fields
Give feedbackNo fields configured for issues without a type.
ocioview currently has inspectors for curves (#1845 ) and color volumes ( #1875 ).
This task would involved building a QGraphicsScene or OpenGL viewport which displays an interactive CIE chromaticity diagram, and plots the primaries of the currently viewed transform (if known) as a triangle, with the option to scatter plot all or some of the current image's transformed pixels into their xy coordinates over the diagram.