how to convert jpeg to bmp using matlab .

5 Ansichten (letzte 30 Tage)
Devendra pratap
Devendra pratap am 7 Sep. 2017
Beantwortet: KSSV am 7 Sep. 2017
i have to convert jpeg to bmp image using matlab.tell me some tutorial or link ??

Antworten (1)

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

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by