Clear Filters
Clear Filters

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

2 views (last 30 days)
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

Accepted Answer

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

More Answers (0)

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!