Filter löschen
Filter löschen

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

7 Ansichten (letzte 30 Tage)
Brian
Brian am 12 Apr. 2022
Beantwortet: Walter Roberson am 12 Apr. 2022
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?

Antworten (2)

Walter Roberson
Walter Roberson am 12 Apr. 2022
https://github.com/sulai1/mmdf is a project that puts together reading JXR in MATLAB.

DGM
DGM am 12 Apr. 2022
Bearbeitet: DGM am 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.

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by