필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
nayana
nayana 2013년 2월 25일
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
nayana
nayana 2013년 2월 25일
tiff format
nayana
nayana 2013년 2월 25일
Is this possible with matlab

댓글을 달려면 로그인하십시오.

채택된 답변

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