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

[BUG] Raw file formats not listed in extension_list #2901

Closed
DougRogers opened this issue Mar 18, 2021 · 3 comments
Closed

[BUG] Raw file formats not listed in extension_list #2901

DougRogers opened this issue Mar 18, 2021 · 3 comments

Comments

@DougRogers
Copy link

Using this code sequence to get supported file formats:

    std::string extensionsListStr;
    oiio::getattribute("extension_list", extensionsListStr);

RAW file formats are not included. CR2, CR3, NEF, NRW, ARW etc.

@DougRogers DougRogers changed the title [BUG] Raw file format not listed in extension_list [BUG] Raw file formats not listed in extension_list Mar 18, 2021
@lgritz
Copy link
Collaborator

lgritz commented Mar 20, 2021

Works for me. Does it list extenstions for all the other formats?

If you do:

oiiotool --help

toward the bottom where it lists all the formats (not extensions) it knows, do you see raw there?

How sure are you that the OIIO you are using was compiled with raw enabled (it can be disabled if libraw is not found at build time)?

@DougRogers
Copy link
Author

vcpkg builds everything. I'm not sure of the options at all. I will investigate.

@DougRogers
Copy link
Author

Added libraw as option and extension list included the raw formats.

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