Yellow-Dog-Man / Resonite-Issues

Issue repository for Resonite.
https://resonite.com
141 stars 2 forks source link

Some color manipulation nodes lose color profile information #318

Open Banane9 opened 1 year ago

Banane9 commented 1 year ago

Describe the bug?

Some of the color channel manipulation nodes lose color profile information.

To Reproduce

Expected behavior

Color profile should be kept regardless of operation

Screenshots

Comparison of Mul, Add and Add HDR

Resonite Version Number

2023.10.18.449

What Platforms does this occur on?

Windows, Linux, Android / Quest

What headset if any do you use?

Index

Log Files

This doesn't appear in the log.

Additional Context

This is an issue in the implementation of the methods on colorX, where the profile isn't passed to the newly created instances.

Reporters

Banane9 ShadowPanther

shiftyscales commented 8 months ago

Would you mind compiling a list of the nodes this behaviour occurs in, @Banane9?

Otherwise- I've confirmed this issue still occurs. image

shiftyscales commented 8 months ago

This also seems like it might be related to #316.

Banane9 commented 8 months ago

colorX Methods I found that discard the color profile:

shiftyscales commented 8 months ago

Thank you!