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

Access meta data in pixel closure #125

Open
johannesvollmer opened this issue May 10, 2021 · 0 comments
Open

Access meta data in pixel closure #125

johannesvollmer opened this issue May 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@johannesvollmer
Copy link
Owner

What can be improved or is missing?

Doing color conversion in the pixel closure when reading a file is not possible, as the closure has no access to meta data (chromaticities).

Implementation Approach

the closure could contain the whole meta data, but that's ugly and difficult to do. Maybe instantiate the whole final object as skeleton without content first? This would be nice with an external iterator approach instead of the current internal one.

@johannesvollmer johannesvollmer added the enhancement New feature or request label May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant