how to convert jpeg to bmp using matlab .

5 views (last 30 days)
Devendra pratap
Devendra pratap on 7 Sep 2017
Answered: KSSV on 7 Sep 2017
i have to convert jpeg to bmp image using matlab.tell me some tutorial or link ??

Answers (1)

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

Categories

Find more on Convert Image Type in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!