I want to store image in other format.how can i do that??

2 次查看(过去 30 天)
I want to convert an image into lossless jpeg and lossy jpeg. how can i do this?? is it possible in matlab or suggest me any software to download not online editors.thanks in advance

采纳的回答

Walter Roberson
Walter Roberson 2013-2-25
Meanwhile,
imwrite( imread('YourTiffFile.tif'), 'YourLossyJpegFile.jpg', 'jpg' );

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by