2. matlab软件可以支持哪些图像文件格式?

如题所述

在MATLAB中画完图之后,保存fig时选择save as, 可以看到保存的图片的格式有如下:

在MATLAB command window 里面输入 help imread,可以看到matlab支持读取的图片格式,非常之多,差不多是涵盖了所有的格式了。罗列整理如下:

BMP  --  Windows Bitmap

CUR  -- Cursor File

GIF  --  Graphics Interchange Format

HDF  --  Hierarchical Data Format

ICO  -- Icon File 

JPEG  --  Joint Photographic Experts Group

JPEG 2000 - Joint Photographic Experts Group 2000

PBM  --  Portable Bitmap

PCX  --  Windows Paintbrush

PGM  --  Portable Graymap

PNG  --  Portable Network Graphics

PPM  --  Portable Pixmap

RAS  --  Sun Raster

TIFF  --  Tagged Image File Format

XWD  --  X Window Dump

温馨提示:答案为网友推荐,仅供参考
第1个回答  2014-03-27

您是想问imread函数支持那些格式吧?

下图截取自帮助文档。

本回答被提问者和网友采纳
相似回答