I want to store image in other format.how can i do that??
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Walter Roberson
am 25 Feb. 2013
There are two meanings of "lossless jpeg". See http://www.mathworks.com/support/solutions/en/data/1-2RIJ7P/index.html?product=SL&solution=1-2RIJ7P
Meanwhile,
imwrite( imread('YourTiffFile.tif'), 'YourLossyJpegFile.jpg', 'jpg' );
2 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!