All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

WSIStreamer: Cloud-Native Tile Server for Whole Slide Images from S3 Storage

By

el_pa_b

4mo ago· 3 min readenCode

Summary

WSIStreamer is a cloud-native tile server for Whole Slide Images (WSI) that serves image tiles directly from S3-compatible object storage without requiring full file downloads. It uses HTTP range requests to fetch only the necessary bytes, eliminating the need for local storage or complex configuration. The tool is designed for medical imaging workflows where large slide images (1-3GB+) are stored in cloud object storage.

Key quotes

· 4 pulled
A modern, cloud-native tile server for Whole Slide Images. One command to start serving tiles directly from S3.
That's it. No configuration files, no local storage, no complex setup.
Whole Slide Images are large (1-3GB+) and typically live in object storage.
WSIStreamer takes a different approach: it understands slide formats natively, fetches only the bytes needed via HTTP range requests, and returns tiles directly to the viewer.
Snippet from the RSS feed
A tile server for WSI stored in S3-compatible object storage. - PABannier/WSIStreamer

You might also wanna read