Skip to content

Support decoding WebP compressed TIFFs#336

Merged
fintelia merged 3 commits intoimage-rs:mainfrom
fintelia:webp-decode
Jan 29, 2026
Merged

Support decoding WebP compressed TIFFs#336
fintelia merged 3 commits intoimage-rs:mainfrom
fintelia:webp-decode

Conversation

@fintelia
Copy link
Copy Markdown
Contributor

Still needs a few test files, but otherwise should be in good shape.

This doesn't enforce memory limits (due to limitations of the underlying image-webp crate), but WebP files are limited to 16384x16384 which partially mitigates that.

@fintelia fintelia linked an issue Jan 28, 2026 that may be closed by this pull request
@197g
Copy link
Copy Markdown
Member

197g commented Jan 28, 2026

I have the test image and test ready, works like a charm. Decodes all three images, i.e. the thumbnail sequence.

@fintelia fintelia marked this pull request as ready for review January 28, 2026 07:08
@fintelia fintelia merged commit a0191ed into image-rs:main Jan 29, 2026
15 checks passed
@fintelia fintelia deleted the webp-decode branch January 29, 2026 18:53
@Auspicus
Copy link
Copy Markdown

Auspicus commented Feb 4, 2026

@197g do you expect to cut a release soon? I'm waiting on this to make it's way into a release so I can bump the version in maplibre/martin

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

Successfully merging this pull request may close these issues.

Support WEBP compression behind feature flag

3 participants