Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gamma correction #7

Open
luizavolpi opened this issue Nov 19, 2021 · 1 comment
Open

Gamma correction #7

luizavolpi opened this issue Nov 19, 2021 · 1 comment

Comments

@luizavolpi
Copy link

Hello again!
I was wondering whether the QuickCSF code supports Gamma correction? I have a Gamma table I would like to use to adjust Gamma but I could not find info on qtpy supporting that.
Thank you for you help!

@domstoppable
Copy link
Member

Not directly yet, but I do see that Qt-6 appears to support custom gamma tables, which appears to be supported by QtPy already. This seems pretty straightforward, although that could just be my naivety.

I imagine a good way to specify this would be to save your gamma table as a CSV file, and then add a command-line argument for it. E.g.,

python -m QuickCSF.app --colorTable my-color-table.csv

Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants