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

openjph 0.17.0 #191496

Merged
merged 2 commits into from
Sep 22, 2024
Merged

openjph 0.17.0 #191496

merged 2 commits into from
Sep 22, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## Adding support for NLT marker segment of type 3.

The code is not very complete, but it is in a useful state for publishing.

To make use of the NLT marker segment for type 3, partial support for the .pfm file format has been added.
For .pfm files, lossy compression is not supported -- it is possible to add support at some future point.
Reversible coding of .pfm files is supported, where the NLT marker is automatically inserted.
However, the current implementation supports only 28-bit for encoding 27-bit for decoding.
Therefore floating point values stored in a .pfm file, which are 32-bit, need to be truncated.
Using the '-bit_depth' option, ojph_compress can perform this truncation.
'ojph_compress' should work correctly with codestreams generated with ojph_compress, converting truncated values back to normal floating point values.

All other features should be working.

Importantly, the code also fixes an important bug in the block decoder in commit aous72/OpenJPH@9f8011c

What's Changed

Full Changelog: aous72/OpenJPH@0.16.0...0.17.0

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Sep 22, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 22, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 22, 2024
Merged via the queue into master with commit 43e5753 Sep 22, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-openjph-0.17.0 branch September 22, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants