Can we use Openslide or do we have a tool to open MRXS files from microscope?

This is the C package. You probably want openslide-python:
https://anaconda.org/conda-forge/openslide-python

For example:

using CondaPkg
using PythonCall

pkg> conda add openslide-python

ops = pyimport("openslide")
1 Like