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

Address thread safety with Decode objects #22

Open
melissalinkert opened this issue Feb 27, 2020 · 0 comments
Open

Address thread safety with Decode objects #22

melissalinkert opened this issue Feb 27, 2020 · 0 comments

Comments

@melissalinkert
Copy link
Member

See ome/bioformats#3505.

First step is a multi-threaded unit test that reads existing test files and makes sure the decoded pixels are consistent.

What we need in the end is some API that can decode image streams in multiple threads, and either internally handle or report pixel type/BGR-ness in the process. If fixing new Decode(byte[]).toBytes(ByteBuffer) is feasible, that's probably easiest. If we have to write something new, that's OK too.

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

No branches or pull requests

1 participant