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

Complete dtype feature support #6581

Open
fm3 opened this issue Oct 24, 2022 · 2 comments
Open

Complete dtype feature support #6581

fm3 opened this issue Oct 24, 2022 · 2 comments

Comments

@fm3
Copy link
Member

fm3 commented Oct 24, 2022

This table should track the current state of wk dtype support.

dtype color layers segmentation layers histogram thumbnail
uint8
uint16
uint24 rgb does not apply
uint32
uint64 (✓) (til 2⁵³−1) ✓ (segmentation only)
int8
int16
int32
int64
float
double
@normanrz
Copy link
Member

Can we support this?

dtype color layers segmentation layers histogram thumbnail
uint8
uint16
uint24 rgb does not apply
uint32 ☑️
uint64 ✓ (til 2⁵³−1) ✓ (segmentation only)
int8 ☑️ ☑️ ☑️ ☑️
int16 ☑️ ☑️ ☑️ ☑️
int32 ☑️ ☑️ ☑️ ☑️
int64 ☑️
float ☑️
double

@fm3
Copy link
Member Author

fm3 commented Nov 15, 2024

Signed integers for segmentations may lead to some pitfalls. We’d have to either prevent or deal with negative Segment IDs. I think there are a lot of things relying on all segment IDs being positive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants