Image Formats
EVAnalyzer reads images through the open-source Bio-Formats library, which is bundled with the application. Both 8-bit and 16-bit greyscale and 8-bit RGB colour images are supported.
Supported Extensions
tif tiff btif btiff btfjpg jpegvsi ics czi nd2 lif leifli scn sxm lim oir topstk nd bip msr dm3 dm4img cr2 ch5 dib ims picraw 1sc std spc avi cifsif aim svs arf sld ome.tiffA complete list of all Bio-Formats–supported formats is available at docs.openmicroscopy.org.
Image Planes {#image-planes}
A single microscopy file typically contains many individual images organised into three dimensions:
| Dimension | Symbol | Description |
|---|---|---|
| Channel | C | Fluorescence or brightfield channel |
| Z-plane | Z | Focal plane in a z-stack |
| Time frame | T | Frame in a time-lapse sequence |
Each unique combination of (C, Z, T) is one image plane. EVAnalyzer can access and process any plane individually.
Pipeline input is specified by channel index (0-based). Z and T handling is configured in the Project tab.
OME-XML Metadata {#ome-xml}
EVAnalyzer reads OME-XML metadata embedded in or alongside image files. OME metadata provides:
- Number and order of channels
- Physical pixel sizes (nm/µm/mm)
- Z-step size
Big Images {#big-images}
Large whole-slide images are handled automatically via tiling. EVAnalyzer splits any image larger than the configured tile size into overlapping tiles, analyses them independently, and stitches the results.
The maximum tile size (default: 4096 × 4096 px) is set in the Project tab. A smaller tile size reduces RAM usage at the cost of more tile transitions.
Formats that support big (pyramid) images:
.afi .svs .ims .vsi .ndpi .ndpis .jp2.tiff .tif .tf2 .tf8 .btf .sld .jpg .cziThe hard image-size limit is 46 340 × 46 340 pixels (the 32-bit signed integer limit used by many image-processing algorithms).