-
Notifications
You must be signed in to change notification settings - Fork 241
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 CodecOptions.disableChromaSubsampling #4057
Add CodecOptions.disableChromaSubsampling #4057
Conversation
In the structured fake data (where R = G = B) the effect of the disabled chroma subsampling is not huge. I used the following modified snipped for the test:
|
…isable-chroma-subsampling
Retested with the current state of this PR and ome/ome-codecs#29.
In all cases, both output files can be read by Build failures here are expected, and should go away when the ome-codecs version is bumped. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested alongside the codecs PR. Looks good from my side. As soon as the codecs component has been bumped and builds are green then this should be ready to merge. I have held off bumping ome-codecs now as all of the components will need bumped as part of the sl4j-api updates.
Companion to ome/ome-codecs#29.
Note I do not see any actual difference between
disableChromaSubsampling = false
anddisableChromaSubsampling = true
with something like:but as far as I can tell that's an issue with ome/ome-codecs#29 (review incoming).