Show HN: Streaming gigabyte medical images from S3 without downloading them
1–10 of 51 posts
Re: Show HN: Streaming gigabyte medical images from S3 without downloading them
#2Re: Show HN: Streaming gigabyte medical images from S3 without downloading them
#3Seems very similar to how maps work on the web these days, in particular protomap files [0]. I wonder if you could view the medical images in leaflet or another frontend map library with the addition of a shim layer? Cool work! 0: https://protomaps.com/
As for digital pathology, the field is very much tied to scanner-vendor proprietary formats (SVS, NDPI, MRXS, etc).
Re: Show HN: Streaming gigabyte medical images from S3 without downloading them
#4Re: Show HN: Streaming gigabyte medical images from S3 without downloading them
#5Re: Show HN: Streaming gigabyte medical images from S3 without downloading them
#6Interesting - I'm not so familiar with S3 but I wonder if this would work for WSI stored on-premises. Imposing lower network requirememts and a lightweight web viewer is very advantageous in this use case. I'll have to try it out!
WSIStreamer is relevant for storage systems without a filesystem. In this case, OpenSlide cannot work (it needs to seek and open the file).
Re: Show HN: Streaming gigabyte medical images from S3 without downloading them
#7Re: Show HN: Streaming gigabyte medical images from S3 without downloading them
#8Re: Show HN: Streaming gigabyte medical images from S3 without downloading them
#9Interesting guide to the Whole Slide Images (WSI) format. The surprising thing for me is that compression is used, and they note does not affect use in diagnostics.
Back in the day we used TIFF for a similar application (X-ray detector images).
Re: Show HN: Streaming gigabyte medical images from S3 without downloading them
#10This is really a job for JPEG-XL, which supports decode of portions of larger images and has recently been added to the DICOM standard.