How to query the OCIO color space settings of the project and information per texture in the export?
For my custom exporter I'd like to access the data as to what color space got applied for the exported maps.
Using code how can I query the current project settings with regards to the color spaces?
So that would be these settings:

And in particular accessing data similar to this UI shows would be perfect:

I'd like to be able per texture set find the outptu maps, their resolutions, formats, bit depths, color spaces, the UDIM tiles and preferably even if the filename template used to define the path.
So for a substance_painter.export.export_project_textures(config) export I'd like to know this information about the output files.
Any pointers?
