silx-kit / h5web

React components for data visualization and exploration
https://h5web.panosc.eu/
MIT License
183 stars 18 forks source link

Visualize pictures stored as binary (PNG, JPEG, etc.) #1554

Closed axelboc closed 6 months ago

axelboc commented 8 months ago

Discussed in https://github.com/silx-kit/h5web/discussions/1551

Originally posted by **Flydroid** January 23, 2024 Hi, I have been evaluating different options to store images in an HDF5 file. Because build-in methods come with a large file size, we are storing png files as binary data (u8 array) in HDF5. What would be really cool is, if h5web would support the decoding of the PNG data to then display the image. Unfortunately i have don't have typescript experience to really contribute directly.