how to convert jpeg to bmp using matlab .

5 visualizaciones (últimos 30 días)
Devendra pratap
Devendra pratap el 7 de Sept. de 2017
Respondida: KSSV el 7 de Sept. de 2017
i have to convert jpeg to bmp image using matlab.tell me some tutorial or link ??

Respuestas (1)

KSSV
KSSV el 7 de Sept. de 2017
I = imread('jpg image') ;
imwrite(I,'bmpimage.bmp') ;

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by