how to convert jpeg to bmp using matlab .

5 vues (au cours des 30 derniers jours)
Devendra pratap
Devendra pratap le 7 Sep 2017
Réponse apportée : KSSV le 7 Sep 2017
i have to convert jpeg to bmp image using matlab.tell me some tutorial or link ??

Réponses (1)

KSSV
KSSV le 7 Sep 2017
I = imread('jpg image') ;
imwrite(I,'bmpimage.bmp') ;

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!

Translated by