-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[OpenImageIO] Jpeg2000 support #23562
Comments
This usage is correct, this issue is |
Sorry it doesn't seem to work for me. I did a
|
please remove |
I have deleted the whole vcpkg installation and reinstalled with the above manifest, like so:
The result is the same. I just built OpenImageIO on Win10 myself to see what the problem might be. In CMake I had to manually specify the following variables for it to build correctly with
When I query
Note the |
You should add the |
No, this won't help. #23812 changed the config lookup, but ignored different spelling of variables. |
I will create a PR. |
This part of my statement was wrong. I will still create a PR with changes. In particular, we need matching |
I am trying to install OpenImageIO version 2.3.10.1 on Windows with support for Jpeg2000.
In my understanding, adding the feature-flag
openjpeg
should enable this?The entry in my manifest file looks like this:
This does install the openjpeg dependency but when I use the OpenImageIO version and query the extensions, like this
I get the following:
There is no .jp2 listed. Interestingly there is the entry
null:null,nul
in the place where .jp2 should probably show up.Is this the right way to add Jpeg2000 support or am I missing something?
The text was updated successfully, but these errors were encountered: