Save image with Compression JPEG 2000

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

 Réponse acceptée

Rajani Mishra
Rajani Mishra le 26 Mai 2020

0 votes

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

Plus de réponses (0)

Catégories

En savoir plus sur Denoising and Compression dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by