-
Notifications
You must be signed in to change notification settings - Fork 3
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 missing types for ImageJ #62
Conversation
for more information, see https://pre-commit.ci
This pull request adds the missing data types int8, int16, int32 and uint32 to the imageplus converter. It also contains the corresponding push and pull tests for imageplus. |
No more error on my side after a quick test running this: I have the correct output. Simple question though is it normal the output is of type |
my bad, the return is 32-bit |
@StRigaud pending all the checks pass this branch should be ready to be merged into main |
One remark is that the tests might fail at some point if many actions are running in parallel and the runners run out of memory. |
This pull request was created from branch, so that needs to happens first.
This addresses #60