Does Matlab support reading JXR files? (JPEG XR from Microsoft)
3 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (2 件)
Walter Roberson
2022 年 4 月 12 日
https://github.com/sulai1/mmdf is a project that puts together reading JXR in MATLAB.
0 件のコメント
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.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!