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

3 Ansichten (letzte 30 Tage)
nayana
nayana am 25 Feb. 2013
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
  3 Kommentare
nayana
nayana am 25 Feb. 2013
Is this possible with matlab

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Images 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