Does Matlab support reading JXR files? (JPEG XR from Microsoft)

A collaborating is providing images in a *.jxr format (see https://jpeg.org/jpegxr/).
I don't see any Matlab support for this image file format. Is there any support with Matlab or 3rd parties to read this image file format?

Answers (2)

DGM
DGM on 12 Apr 2022
Edited: DGM on 12 Apr 2022
I would say the answer is no. It's not supported by imread(), and I don't see any submissions on the File Exchange.
Normally, I'd just say to use system() to call imagemagick tools to do the conversion, but imagemagick support for JXR may require some hoop jumping.

Categories

Find more on Convert Image Type in Help Center and File Exchange

Products

Release

R2022a

Tags

Asked:

on 12 Apr 2022

Answered:

on 12 Apr 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!