Characteristics of image file formats
Mostrar comentarios más antiguos
What is the diference between storing an image in .jpg, .tif, .bmp formats?
Respuesta aceptada
Más respuestas (2)
Doug Hull
el 1 de Dic. de 2011
0 votos
Amith Kamath
el 1 de Dic. de 2011
0 votos
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!
Categorías
Más información sobre Image Arithmetic en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!