Characteristics of image file formats
Afficher commentaires plus anciens
What is the diference between storing an image in .jpg, .tif, .bmp formats?
Réponse acceptée
Plus de réponses (2)
Doug Hull
le 1 Déc 2011
0 votes
Amith Kamath
le 1 Déc 2011
0 votes
short answer: from MATLAB's perspective, nothing much really. You could work with any of these image formats using imread and so on. The way MATLAB stores them is as a 3D matrix. Apart from this, http://makarandtapaswi.wordpress.com/2009/07/21/jpeg-compression-method/ is a good read about jpeg, and .tif and .bmp are similar, just that the way the image data is encoded varies. The wikipedia pages for these are the best source of info about the compression schemes, but again, from MATLAB's point of view, it does not really matter!
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!