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

ImfCompressor: use STATIC_HUFFMAN for tiled DWAB files (fix #344) #877

Merged

Conversation

axxel
Copy link
Contributor

@axxel axxel commented Dec 16, 2020

Choosing DWAA for tiled files behaves exactly as before. DWAB now uses the
STATIC_HUFFMAN compressor, which can be way faster than DEFLATE, especially
for tiles of size 64x64 and larger.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Dec 16, 2020

CLA Signed

The committers are authorized under a signed CLA.

…ftwareFoundation#344)

Choosing DWAA for tiled files behaves exactly as before. DWAB now uses the
STATIC_HUFFMAN compressor, which can be way faster than DEFLATE, especially
for tiles of size 64x64 and larger.

Signed-off-by: Axel Waggershauser <awagger@gmail.com>
@cary-ilm
Copy link
Member

Per the discussion on #344, it seems we agree on this change and should include it in 3.0. Any objections?

@cary-ilm cary-ilm merged commit 434c3a2 into AcademySoftwareFoundation:master Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants