hdfview
hdfview copied to clipboard
Stack of color images
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.