-
Notifications
You must be signed in to change notification settings - Fork 0
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
add htj2k option #9
Conversation
to enable high-throughput j2k see #6
Test with eg.:
You can see there's a dramatic drop in The option is enabled automatically for filenames with a data = image.kakadusave_buffer(htj2k=True) |
pyvips is still not detecting the extension:
Shouldn't the loader be |
The kakadu loader and saver don't take over libvips jpeg2000 handling, you have to invoke them explicitly with |
OK, got it. My impression was that they would (as OPJ does, or doesn't it either?) In either case it's not a big deal, I'll just add a fallback option. |
Could you please look into the merge conflicts? I think I could resolve them but I'd rather rely on your judgment. |
We could make them take over all jpeg2000 handling, but that should probably be another PR. |
That would be ideal, thanks. |
OK, I made #10 |
to enable high-throughput j2k
see #6