Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
nayana
nayana le 25 Fév 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 commentaires
nayana
nayana le 25 Fév 2013
tiff format
nayana
nayana le 25 Fév 2013
Is this possible with matlab

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 25 Fév 2013
Meanwhile,
imwrite( imread('YourTiffFile.tif'), 'YourLossyJpegFile.jpg', 'jpg' );
  2 commentaires
nayana
nayana le 27 Fév 2013
Thank you walter roberson for your help!!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Convert Image Type dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by