How Ican save an image png (I use imwrite) with the compression method : JPEG 2000 without loss information ?
THank you

 채택된 답변

Rajani Mishra
Rajani Mishra 2020년 5월 26일

0 개 추천

imwrite(image,'jp2') Or imwrite(image,'jpx') to save image in jpeg 2000 format. Refer "fmt" part of input arguements section of documentation page : https://www.mathworks.com/help/matlab/ref/imwrite.html

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Denoising and Compression에 대해 자세히 알아보기

태그

질문:

2020년 5월 21일

답변:

2020년 5월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by