# Images: `im`

```{eval-rst}
.. module:: napari_prism.im
```

```{eval-rst}
.. currentmodule:: napari_prism
```

Provides functions to perform the core image operations including TMA masking,
dearraying, and segmenting.

## Functions

These functions provide convenient functions to expose the core functions of the
TMA image processing classes.

```{eval-rst}
.. autosummary::
   :nosignatures:
   :toctree: ../generated/

   im.mask_tma
   im.dearray_tma
   im.segment_tma
   im.measure_tma
```
