Does Matlab support reading JXR files? (JPEG XR from Microsoft)
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
Walter Roberson
le 12 Avr 2022
https://github.com/sulai1/mmdf is a project that puts together reading JXR in MATLAB.
0 commentaires
DGM
le 12 Avr 2022
Modifié(e) : DGM
le 12 Avr 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.
0 commentaires
Voir également
Catégories
En savoir plus sur Convert Image Type dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!