-
Notifications
You must be signed in to change notification settings - Fork 24
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
ChannelGroups? #146
Comments
Hi! This feature has not been fully implemented yet. The prototype exists, but doesn't work. Currently, you have to analyze the channel names on your own. Maybe I can have another look at the feature in the next days |
https://github.com/johannesvollmer/exrs/blob/legacy_layers/src/image/channel_groups.rs Here is the file with some ideas sketches - maybe it can help you to implement your own grouping algorithm until this library supports it |
Thanks! |
I'm currently working on it and theres good progress, see #147 (note, it also contains a lot of other improvements, not all of those changes would be necessary for grouping the channels) |
Nice! Looking forward to see how it works! |
How would I read a legacy EXR with layer names as "ChannelGroups" separated by "." in the name? Can't seem to find a way in the code.
The text was updated successfully, but these errors were encountered: