Skip to main content

TissueLab SDK

OS-aware imaging wrappers for medical image processing

Python License PyPI


🚀 Quick Start

Installation

pip install tissuelab_sdk

Basic Usage

from tissuelab_sdk.wrapper import TiffSlideWrapper, DicomImageWrapper

# Load a TIFF slide
with TiffSlideWrapper("path/to/slide.tiff") as slide:
    print(f"Dimensions: {slide.dimensions}")
    region = slide.read_region(location=(0, 0), level=0, size=(512, 512))

# Load a DICOM image
with DicomImageWrapper("path/to/image.dcm") as dicom:
    region = dicom.read_region(location=(0, 0), level=0, size=(256, 256))

📦 Supported Formats

  • TIFF/TIFFSlide: Standard TIFF and tiled TIFF files
  • DICOM: Medical imaging standard
  • NIfTI: Neuroimaging format
  • CZI: Zeiss microscopy format (Windows)
  • ISyntax: Philips pathology format
  • Simple Images: JPEG, PNG, BMP, etc.

🔧 API Reference

Core Wrappers

from tissuelab_sdk.wrapper import (
    TiffSlideWrapper,    # TIFF files
    DicomImageWrapper,   # DICOM files
    NiftiImageWrapper,   # NIfTI files
    SimpleImageWrapper,  # JPEG, PNG, etc.
    CziImageWrapper,     # CZI files (Windows)
    ISyntaxImageWrapper  # iSyntax files
)

# All wrappers share the same interface
with TiffSlideWrapper("image.tiff") as wrapper:
    # Properties
    wrapper.dimensions          # (width, height)
    wrapper.level_count         # Number of pyramid levels
    wrapper.properties          # Dictionary of metadata
    
    # Methods
    region = wrapper.read_region(location=(x, y), level=0, size=(w, h))
    thumbnail = wrapper.get_thumbnail((256, 256))

🏥 Integration with TissueLab

This SDK is part of the TissueLab ecosystem:

# TissueLab automatically uses this SDK for image loading
from tissuelab_sdk.wrapper import TiffSlideWrapper

def analyze_slide(slide_path):
    with TiffSlideWrapper(slide_path) as slide:
        # Process the slide
        return process_image(slide)

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

📞 Contact & Support

📚 Citation

If you use TissueLab SDK in your research, please cite our paper:

@article{li2025co,
  title={A co-evolving agentic AI system for medical imaging analysis},
  author={Li, Songhao and Xu, Jonathan and Bao, Tiancheng and Liu, Yuxuan and Liu, Yuchen and Liu, Yihang and Wang, Lilin and Lei, Wenhui and Wang, Sheng and Xu, Yinuo and Cui, Yan and Yao, Jialu and Koga, Shunsuke and Huang, Zhi},
  journal={arXiv preprint arXiv:2509.20279},
  year={2025}
}

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tissuelab_sdk-0.1.14.tar.gz (18.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tissuelab_sdk-0.1.14-py3-none-any.whl (18.6 kB view details)

Uploaded Python 3

File details

Details for the file tissuelab_sdk-0.1.14.tar.gz.

File metadata

  • Download URL: tissuelab_sdk-0.1.14.tar.gz
  • Upload date:
  • Size: 18.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.14

File hashes

Hashes for tissuelab_sdk-0.1.14.tar.gz
Algorithm Hash digest
SHA256 a13bc3e40775d56a31a06a9448106c2d31f16c25e6f11e53a23c8b6db144c68c
MD5 9cc766ba0d8bcc9a55bffaf18003f12f
BLAKE2b-256 852718785eaae4896917aeeb3e4a5b4d333663e69de526f9cd424ef6250f669f

See more details on using hashes here.

File details

Details for the file tissuelab_sdk-0.1.14-py3-none-any.whl.

File metadata

  • Download URL: tissuelab_sdk-0.1.14-py3-none-any.whl
  • Upload date:
  • Size: 18.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.14

File hashes

Hashes for tissuelab_sdk-0.1.14-py3-none-any.whl
Algorithm Hash digest
SHA256 c85bb3a98b306525898167cf1306bd76a7591c530182bfee6df2f87e209103b8
MD5 1a56e68c8945add8e7e613fede86541d
BLAKE2b-256 ee07691fe09768c5e154c390779e2e8510ae0853ac633950cc2e9619169c4694

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.14 This release

2 files

0.1.13

2 files

0.1.12

2 files

0.1.11

2 files

0.1.10

2 files

0.1.9

2 files

0.1.8

2 files

0.1.7

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page