HDFGroup / HDFGroup/hdfview

Stack of color images

Open
#339 0 comments 0 reactions 1 assignee Assigned to @mattjala View on GitHub
Component - HDFView
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.