MRXS question

Benjamin Gilbert bgilbert+openslide at cs.cmu.edu
Mon Jul 29 01:27:51 EDT 2024


On Sun, Jul 28, 2024 at 3:24 PM Martin Weihrauch
<m.weihrauch at smartinmedia.com> wrote:
> I have a question about the MRXS file format, especially the associated images:
>
> From the OpenSlide code I figured out how to compile the structure of the DAT files, etc, so I know, which DAT file will contain which associated image.
>
> However, what is not really clear to me is how to understand, what the offset and length of the respective embedded JPEG is.

Those are available from the Index.dat file.  See documentation here:

https://openslide.org/formats/mirax/
https://lists.andrew.cmu.edu/pipermail/openslide-users/2012-July/000373.html

and ImHex pattern here:

https://github.com/openslide/openslide/blob/main/misc/imhex/mirax-index.hexpat

As far as I know, the mapping from associated image to DAT file also
can only be determined by reading the Index.dat, and cannot be derived
solely from the Slidedat.ini or from the DAT files directly.

--Benjamin Gilbert


More information about the openslide-users mailing list