Stack of color images
- Dominant language
- Java
- Stars
- 153
- Forks
- 26
- Avg merge
- 47m
- Merged PRs (30d)
- 1
Description
It is nice that hdfview can display a stack of monochrome images. For example, for a dataset of dimension `N x Height x Width`, I can go through all N images of the stack (with the `IMAGE_SUBCLASS` attribute set to `IMAGE_GRAYSCALE`).
Also it is nice that hdfview can display rgb color images (with the `IMAGE_SUBCLASS` attribute set to `IMAGE_TRUECOLOR`). The dataset is then 3 dimensional for a single image, either `Colorchannels x Height x Width` or `Height x Width x Colorchannels`.
It would be very nice if it would be possible to have both, a stack of rgb color images. A dataset like `N x Colorchannels x Height x Width`. It looks like hdfview is not supporting this currently.
Contributor guide
Assessment
This issue has not been assessed yet.