필터 지우기
필터 지우기

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

조회 수: 7 (최근 30일)
Brian
Brian 2022년 4월 12일
답변: Walter Roberson 2022년 4월 12일
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?

답변 (2개)

Walter Roberson
Walter Roberson 2022년 4월 12일
https://github.com/sulai1/mmdf is a project that puts together reading JXR in MATLAB.

DGM
DGM 2022년 4월 12일
편집: DGM 2022년 4월 12일
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.

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

태그

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by