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

Added compression and f32 support for TIFF encoding/decoding. #2251

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sunipkm
Copy link

@sunipkm sunipkm commented Jun 2, 2024

I license past and future contributions under the dual MIT/Apache-2.0 license,
allowing licensees to choose either at their option.

f32 encoding/decoding support is added without additional byte alignment requirements. Removed 2-byte alignment requirement for u16 encoding/decoding. Added TIFF compression support.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a pretty big image to check into the repository. Could you crop it / make a smaller one?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want me to break it into F32 stuff and compression?

@fintelia
Copy link
Contributor

fintelia commented Jun 2, 2024

CI seems to be failing because this exposes the tiff crate's Compressor type

@sunipkm
Copy link
Author

sunipkm commented Aug 10, 2024

I somehow missed this, just pushed changes that hide tiff crate's Compressor type.

@sunipkm
Copy link
Author

sunipkm commented Sep 10, 2024

@fintelia can you please take a look at this?

@fintelia
Copy link
Contributor

fintelia commented Sep 12, 2024

I've been taking a hiatus from most PR review and issue triage because I got burned out following the 0.25 release. Another reviewer might have a chance to review this at some point

@sunipkm
Copy link
Author

sunipkm commented Sep 13, 2024

@fintelia I hope you feel better soon!

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.

2 participants