Liam Collod
Liam Collod
Thanks for the replies, With all of that, wouldn't proposition 1. be a good choice then ? If the user wants convenience he creates directly the `GradingPrimaryTransform` as demonstrated by...
Hey, I'm continuing investigating on this issue. I rebuild my test suite to check more cases : ```python # python>3 import unittest from pathlib import Path from typing import Tuple,...
Updated my code in the above comment. I indeed had some implementations issue of the contrast formula. Right now it should be a perfect copy/paste from the cpp implementation. This...
Hello, I'm trying to have a system to write a config that both works on v1 and v2, so of course, you specify additional information for v2 but they are...
Thanks for the answers, it is perfectly understandable. I still advocate for having it, evens if it performs a complete reset of the instance for the reasons mentioned. It is...
Hmm or perhaps the error is on my side haha, opened the issue too quick this time my bad ! I think I'm supposed to do : ```python ... dyn_prop.setGradingPrimary(gp)...
Zach telling he's crazy but why not going one step crazier ? Why not removing the concept of arbitrary reference colorspace ? Do we really need it, or actually could...
As a workaround for now I am detecting if `GradingPrimary` has been modified from default value and if only the saturation is non-default I am simply doing settings an extreme...
_Disclaimer: I don't speak C++, I can't unfortunately make a PR for this_ So I had a look at the source code, I don't know if this is intentional but...
If I may and If I understand properly the question, I also raised an issue for having at least a way to define what is the `sRGB` colourspace in every...