-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Component - HDFViewImprovements to the visual interface layerImprovements to the visual interface layer
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.
Metadata
Metadata
Assignees
Labels
Component - HDFViewImprovements to the visual interface layerImprovements to the visual interface layer