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

exr file format #491

Open
adammaj1 opened this issue Nov 24, 2022 · 3 comments
Open

exr file format #491

adammaj1 opened this issue Nov 24, 2022 · 3 comments

Comments

@adammaj1
Copy link

adammaj1 commented Nov 24, 2022

the EXR file format, the professional-grade image storage see https://github.com/AcademySoftwareFoundation/openexr
Now

fq . AllHalfValues.exr
error: AllHalfValues.exr: probe: failed to decode (try -d FORMAT)

fq -d exr . AllHalfValues.exr
error: AllHalfValues.exr: exr: format group not found

@wader
Copy link
Owner

wader commented Nov 25, 2022

Hi, yes that would be nice. The basic file structure layout looks quite straight forward https://openexr.readthedocs.io/en/latest/OpenEXRFileLayout.html (even has sample "decode" at the end).

Would you like to help add a decoder? i'm a bit busy with other things at moment so can't promise when i get to it. But if you want to start before that i can help out of course.

@adammaj1
Copy link
Author

adammaj1 commented Nov 25, 2022

I can try. Any tips ? where I should start ?

https://github.com/wader/fq/blob/master/doc/dev.md

@wader
Copy link
Owner

wader commented Nov 28, 2022

Sorry i didn't see the edited comment. Yes that is good start, and maybe good to look at some format decoder that looks similar, maybe tiff or png?

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