Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
ngff-zarr
Logo
ngff-zarr
  • ⚡ Quick start
  • 💾 Installation
  • 🐍 Python Interface
  • 🦕 TypeScript / JavaScript Interface
  • 👨‍💻 Command Line Interface
  • 🤖 MCP Server
  • 🧬 High Content Screening (HCS) Support
  • Leica Image Format (LIF) Support
  • ✨ Specification Features
  • ⚕️ Insight Toolkit (ITK)
  • 🔖 Methods
  • 🤔 Frequently Asked Questions (FAQ)
  • 🔨 Development

📖 Reference

  • API Reference
    • ngff_zarr
      • ngff_zarr.methods
        • ngff_zarr.methods._dask_image
        • ngff_zarr.methods._itk
        • ngff_zarr.methods._itkwasm
        • ngff_zarr.methods._support
        • ngff_zarr.methods._metadata
      • ngff_zarr.v05
        • ngff_zarr.v05.zarr_metadata
      • ngff_zarr.v04
        • ngff_zarr.v04.zarr_metadata
      • ngff_zarr.to_ngff_image
      • ngff_zarr.validate
      • ngff_zarr.task_count
      • ngff_zarr.nibabel_image_to_ngff_image
      • ngff_zarr.to_multiscales
      • ngff_zarr.hcs
      • ngff_zarr.detect_cli_io_backend
      • ngff_zarr.multiscales
      • ngff_zarr.to_ngff_zarr
      • ngff_zarr.cli
      • ngff_zarr.ngff_image_to_itk_image
      • ngff_zarr.from_ngff_zarr
      • ngff_zarr.memory_usage
      • ngff_zarr.rfc4_validation
      • ngff_zarr.rfc4
      • ngff_zarr.lif_to_ngff_image
      • ngff_zarr._zarr_kwargs
      • ngff_zarr._zarr_types
      • ngff_zarr.itk_image_to_ngff_image
      • ngff_zarr._supported_versions
      • ngff_zarr._array_split
      • ngff_zarr.cli_input_to_ngff_image
      • ngff_zarr._zarr_open_array
      • ngff_zarr.parse_metadata
      • ngff_zarr.rfc9_zip
      • ngff_zarr.config
      • ngff_zarr.ngff_image
      • ngff_zarr.zarr_metadata
      • ngff_zarr.rich_dask_progress
Back to top
View this page
Edit this page

ngff_zarr._supported_versions¶

Constants for ngff-zarr package.

Module Contents¶

Classes¶

NgffVersion

Data¶

SUPPORTED_VERSIONS

API¶

class ngff_zarr._supported_versions.NgffVersion¶

Bases: enum.StrEnum

V01¶

‘0.1’

V02¶

‘0.2’

V03¶

‘0.3’

V04¶

‘0.4’

V05¶

‘0.5’

LATEST¶

‘0.5’

ngff_zarr._supported_versions.SUPPORTED_VERSIONS¶

()

Next
ngff_zarr._array_split
Previous
ngff_zarr.itk_image_to_ngff_image
Copyright © 2026, Fideus Labs LLC
Made with Sphinx and @pradyunsg's Furo
On this page
  • ngff_zarr._supported_versions
    • Module Contents
      • Classes
      • Data
      • API
        • NgffVersion
          • NgffVersion.V01
          • NgffVersion.V02
          • NgffVersion.V03
          • NgffVersion.V04
          • NgffVersion.V05
          • NgffVersion.LATEST
        • SUPPORTED_VERSIONS