beatreichenbach / realflare

Physically-Based Lens Flare Tool
57 stars 3 forks source link

OCIO Colorspace Errors #57

Closed beatreichenbach closed 1 year ago

beatreichenbach commented 1 year ago

Several parts of the tool rely on being able to convert images to different colorspaces.

Currently the user just gets a warning hidden away in the logger:

DisplayViewTransform error. Cannot find source color space named 'Utility - XYZ - D60'.

Additional OCIO improvements:

beatreichenbach commented 1 year ago

Unfortunately it seems like the GPU can only realistically be used with OpenGL. For now v0.4.4 is converting the image to acescg on the GPU. This means only the viewer needs to convert the image on the CPU.

beatreichenbach commented 1 year ago

Finally added Display View settings in the settings menu. It applies for all viewers for now but it's okay enough for now.