MRXS question

Martin Weihrauch m.weihrauch at smartinmedia.com
Sun Jul 28 18:24:16 EDT 2024


Hello everyone,

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.
For now, I would just parse the DAT file until I find “FF D8” as the starting marker of the embedded JPEG and note the offset. Then, I would get the length of the DAT file and subtract the offset of the JPEG + 1 for the length of the JPEG image.

Is there a better approach?

Thank you

Martin Weihrauch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.andrew.cmu.edu/pipermail/openslide-users/attachments/20240728/576cc72e/attachment.html>


More information about the openslide-users mailing list