Skip to main content

Supported Formats

Montaris-X supports a range of scientific and standard image formats.

Image Formats

FormatExtensionsBit DepthNotes
TIFF.tif, .tiff8, 16, 32-bitMulti-channel, multi-page supported. Memory-mapped for large files.
PNG.png8-bitStandard lossless format
JPEG.jpg, .jpeg8-bitLossy — not recommended for quantitative work
BMP.bmp8-bitWindows bitmap

TIFF Details

Montaris-X uses tifffile for TIFF reading, providing full support for:

  • 8, 16, and 32-bit integer and floating-point data
  • Multi-channel images (e.g., RGB, multi-fluorescence)
  • Multi-page TIFFs
  • BigTIFF format for files larger than 4 GB
  • Memory-mapped reading for large files (reduces RAM usage)

ROI Formats

FormatExtension(s)Description
NPZ Archive.npzNative format. Stores all layers, names, colors, and metadata.
ImageJ ROI.roiBinary ImageJ ROI format. Single region per file.
ImageJ ZIP.zipZIP bundle of multiple .roi files. Compatible with ImageJ ROI Manager.
PNG Mask.pngBinary mask image (black = background, white = ROI).

ImageJ Compatibility

Montaris-X writes .roi files using the ImageJ binary format specification. These files can be:

  • Opened directly in ImageJ/FIJI via Analyze → Tools → ROI Manager
  • Loaded from ZIP bundles containing multiple ROIs
  • Round-tripped between Montaris-X and ImageJ without data loss

Instruction Formats

FormatExtensionDescription
JSON.jsonStructured instruction file for batch operations
Text.txtSimple line-based instruction format

Instruction files define batch workflows for automated ROI creation and processing.

Export Formats

Export TypeFormatDescription
ROI Set.npzAll layers in native format
Individual ROIs.roiImageJ binary format
ROI Bundle.zipZIP of .roi files
Individual Masks.pngOne PNG per ROI layer
Composited Overlay.pngAll ROIs combined as a single colored image